Search code examples
javajavafxnetbeans-platform

NetBeans RCP with JavaFX Integration


I need to make an image management application in Netbeans RCP with JavaFX Integration, but don't know how to make this? Can anyone tell me how I can start this application. Thanks


Solution

  • The only way is to use JFXPanel.

    https://docs.oracle.com/javase/8/javafx/api/javafx/embed/swing/JFXPanel.html

    RCP is swing based but you can use FX nodes in that panel.