How do I embed a JFrame into a JavaFX 2.0 application?
问题 I have searched stackoverflow extensively for help on this topic, but the Q&As I found are old and the answers have changed for the current version of the JDK (I'm currently using 7u51). Note that I was never SUPER proficient in Swing to begin with, but I believe I understand the fundamentals. (I've always been more focused on the meat inside an app, not the GUI). I'm trying to work with a third party library. The third party library requires that it's components use JFrame. Therefore, I'm