How to use JavaFX in your Swing Application – JavaFX 1.2 version
At one of my sessions showing off JavaFX, I was asked the question, how can I run JavaFX in my Swing Application? At first, I asked why do you want to do this? The answer was we have built up the Swing application over many years and cannot rewrite it all at once, but we would like to take advantage of JavaFX’s features. This sounded reasonable to me.
Go to Source
Comments(0)