In order to use this template, you need to have Java 15 and IntelliJ IDEA installed on your computer. This repo already contains all the JavaFX 15 stuff. People who use your program will only need to ...
According to the "Getting Started with JavaFX" documentation, I can use maven to generate a simple JavaFX project with the following command: mvn archetype:generate \ -DarchetypeGroupId=org.openjfx \ ...