This repository contains a collection of HelloFX samples. Each one is a very simple HelloWorld sample created with JavaFX 13 that can be run with different options and build tools. The related ...
* __TempAppMain.java__ - Contains the main method and code to load the FXML file for the initial scene. * __FXMLTempAppController.java__ - The bulk of the program code is found here. This is the main ...