This is just a JavaFX sample application to show capabilities of JavaFX in JDK1.8. To be precise, it's here just to showcase relation between fxml files, their controllers and how it would be possible to build a desktop UI application using JavaFX technology.
This is definitely a nice way how to build UI. Java desktop UI came a long way since AWT and Swing... awesome...
This is how the running sample should look like:
You have to have JDK 8 installed and use JRE 8 to run the example. I'm using maven with executable jar feature, so just:
- Run
mvn install
- Go to target directory
- Run
java -jar javafx-showcase.jar
to see the output