News

In recent posts on JavaFX , I have focused on using JavaFX 2.0's new Java APIs without use of the JavaFX 1.x's JavaFXScript and without use of JavaFX 2.0's new FXML .
In the code above, an ImmutableMenu is created from an array of 3 options. The menu is then printed to the standard output and waits for user input. It prints out the chosen option and repeats as long ...