Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 525 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 525 Bytes

Hello World: JavaFX

A simple JavaFX Hello World application build with Maven.

There is different branches available:

  1. main Base branch. Tracks all changes that are identical accross all other branches, such as .gitignore or this README.md. Other branches should be rebased onto main regularly.
  2. minimal The most simple JavaFX Hello World Application built with Maven.
  3. fxml Hello World using FXML views and controller classes.
  4. spring-boot Advanced example using Spring Boot as the base framework.