

This is the FXML source file in which you define the user interface. This file takes care of the standard Java code required for an FXML application. The application includes three files:įXMLExample.java.

NetBeans IDE opens an FXML project that includes the code for a basic Hello World application. Name the project FXMLExample and click Finish. In the JavaFX application category, choose JavaFX FXML Application. Your first task is to set up a JavaFX FXML project in NetBeans IDE:
