I would like to integrate the JavaFX GUI into an existing IntelliJ IDEA Java project (java version 1.8.0_20).
Although I can create a JavaFX project from scratch (the JavaFX plugin is enabled) in my IDE, I cannot figure out how to create a module.
Do I need to define a new module SDK for a new Java module? Or should the JavaFX module type be an IntelliJ platform plugin? I tried both without success. Please, help.
Thanks a lot, Christina
source
share