


On the next step of the wizard, select the libraries that you want to use in your application and click Create. If you don't have the necessary JDK on your computer, select Download JDK. If the JDK is installed on your computer, but not defined in the IDE, select Add JDK and specify the path to the JDK home directory. In the Group field, specify the name of the package that will be created together with the project.įrom the JDK list, select the JDK that you want to use in your project. Name the new project, change its location if necessary, and select a language, and a build system. Otherwise, from the main menu, select File | New | Project.įrom the Generators list on the left, select JavaFX. If the Welcome screen opens, click New Project. When you create a new JavaFX project, IntelliJ IDEA generates a fully configured sample application. Java 11 or later is required to create JavaFX applications.

If the plugin is disabled, select the checkbox next to it.Īpply the changes and close the dialog. Switch to the Installed tab and make sure that the JavaFX plugin is enabled. In the Settings dialog ( Ctrl+Alt+S), select Plugins. To be able to work with JavaFX in IntelliJ IDEA, the JavaFX bundled plugin must be enabled: css files), integration with JavaFX Scene Builder, JavaFX application packaging capabilities, and more. JavaFX support in IntelliJ IDEA includes code completion, search, navigation and refactoring in JavaFX-specific source files (including. JavaFX is a software platform that is used for developing desktop applications that can run across a wide variety of devices.
