A simple modular JavaFX application demonstrating how to set up and run a modular JavaFX application using Maven and IntelliJ IDEA. With modular applications, you can use jlink to create a custom ...
A simple modular JavaFX application demonstrating how to set up and run a modular JavaFX application using Maven and IntelliJ IDEA. hellofx-intellij-idea-modular-javafx/ ├── src/ │ └── main/ │ ├── ...
Note there are some bugs I found and reported to IntelliJ, mentioned below. JDK 11 removes JavaFX from the standard library. This means if you're using JDK 11, you'll need to download JavaFX 11. It ...