Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. binaryantidote

    JavaFX is getting removed from JDK 11 will it eventually die?

    What are your thoughts on JavaFX getting removed from JDK 11?
  2. binaryantidote

    Question JavaFx WebView

    Is there any way to use WebView ?
  3. M

    Question Passing UI variables via the controller to other classes.

    I have my UI built and I am trying to figure out how to pass variables from UI via the controller to other classes. (Ex. I am trying to get a food string from a TextField and use it in my withdrawItems class). My initial approach was to set a global String food; variable in the controller then...
Top