AtlantaFX Starter

August 8, 2024 ยท View on GitHub

A really quick skeleton project to get started with AtlantaFX and Maven. Just clone or download the repo and use it.

How to use

To clone the repo:

git clone https://github.com/mkpaz/atlantafx-starter

To run the app:

# omit java.home property if OS Java version is the same as project Java version
mvn javafx:run -Djava.home=<path-to-jdk>

To run the app in debug mode:

mvn javafx:run@debug -Djava.home=<path-to-jdk>