Okay let's say I do not want to use the console to get user input. I could import Swing and use JTextField and get the user to input a number in that GUI component. My question is can I write code so I could import JavaFX instead of Swing and use a TextField from JavaFX instead of Swing and then the input would go into that TextField?