I made a template application. You can find it attached in this post. You can immediately open it in NetBeans using the
File -> Open Project... wizard.
So what each student needs to do is the following:
Download and unpack OpenJDK 11+ (Linux, Mac OS X, Windows).Set the JAVA_HOME environment variable to the OpenJDK installation folder.Install NetBeans 11 (Linux, Mac OS X, Windows).Install Gluon Scene Builder (Linux DEB, Linux RPM, Mac OS X, Windows).In NetBeans, under Tools -> Options -> Java -> JavaFX, set the location of the Scene Builder installation folder. Restart NetBeans.
Source files are located under
Source Packages. FXML files and localization bundles are located under
Other Sources -> src/main/resources. If you double-click on a .fxml file, it will open the Scene Builder.
You may want to change the package names in the application. Make sure you also change the
javafx.mainClass property in the
pom.xml file.