A really quick skeleton project to get started with AtlantaFX and Maven. Just clone or download the repo and use it.
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>