How to create a JavaFX module in IntelliJ IDEA

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

+4
source share
1 answer

, JavaFX Idea 13.1. , JavaFX , JavaFX Idea, Java- , JavaFX. . :

+1

All Articles