A simple JavaFX Hello World application build with Maven.
There is different branches available:
main
Base branch. Tracks all changes that are identical accross all other branches, such as.gitignore
or thisREADME.md
. Other branches should be rebased ontomain
regularly.minimal
The most simple JavaFX Hello World Application built with Maven.fxml
Hello World using FXML views and controller classes.spring-boot
Advanced example using Spring Boot as the base framework.