How Can I embed java3d's Canvas3d in javafx layout?
问题 I try to embed Canvas3d in StackPane using SwingNode . I put Canvas3d into JPanel , and put JPanel into SwingNode . But only empty Jpanel was appeared. I heard in somewhere that SwingNode is rendering only pure Swing. So I used JCanvas3d instead of Canvas3d , but it is not working too! Is there any method to embed Java3d's Canvas3d in javafx layout? It's okay if not use SwingNode. My java version is jdk 1.8_xx And Here is my source code public class Main extends Application { public static