Search code examples
javaswingdesktop-applicationjavafxrich-internet-application

How to mix Java Swing and JavaFX in Swing application?


I am developing a Java Swing application but I want to also use JavaFX with Swing. Is there any resource for that told how to do that?


Solution

  • See here. The short story is that embedding JavaFX in Swing is now possible and supported via JFXPanel, but the other direction is not supported.