Use SceneBuilder with JavaFX 11 in IDEA

后端 未结 3 1392
花落未央
花落未央 2021-01-15 02:35

I am using IDEA (with OpenJDK 11), and I am trying to use the SceneBuilder to display my FXML files. It works, except when I use inherited JavaFX components, for example :

3条回答
  •  失恋的感觉
    2021-01-15 03:29

    Just try to install plugin "choose runtime" in the newest EAP 2019.3 version for Java 11 and CTRL-SHIFT-A choose choose-runtime and latest jbrsdk-8. Choose in your project structure java 11, but with java 8 compatibility.

    Also use jfoenix 8.0.9 in your project to run scene builder. To run program use jfoenix 9.0.9.

提交回复
热议问题