If you searched for a solution to embed JavaFX components in Swing you won’t have success with a version which is officially supported. But as always there are workarounds like the one from Josh Marinacci. So far I can’t get it working it gives me: java.lang.NoSuchMethodException: MyScene.javafx$run$(com.sun.javafx.runtime.sequence.Sequence)The simple workaroung is now the following (Java Side) JX
