I remember that JavaFX 1.3 provided a way to add legacy Swing components into JavaFX scenes. What about JFX 2?
JavaFX is not mature enough to live on its own. It is promising, but in the present, it lacks a lot of what took the Java comunity several years to build. How are we supposed to migrate if legacy code such as this (which we can't rewrite or replace) is not supported?
I think embedding Swing components is a must have during the early days of JavaFX. It should not be encouraged, but it should be available nonetheless.
Regards
JavaFX is not mature enough to live on its own. It is promising, but in the present, it lacks a lot of what took the Java comunity several years to build. How are we supposed to migrate if legacy code such as this (which we can't rewrite or replace) is not supported?
I think embedding Swing components is a must have during the early days of JavaFX. It should not be encouraged, but it should be available nonetheless.
Regards
- duplicates
-
JDK-8098055 Swing components inside JavaFX
- Closed