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?
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.