1.

Is Swing Dead Now?

Answer»

SWING will remain PART of the Java SE specification for the foreseeable future, and is included in the JRE”. – But it is in maintenance MODE now, no new features are being developed at this point. So if you want to use the new and cool stuff that was developed for JavaFX, you have to migrate to JavaFX or EMBED JavaFX in your Swing application.

“Swing will remain part of the Java SE specification for the foreseeable future, and is included in the JRE”. – But it is in maintenance mode now, no new features are being developed at this point. So if you want to use the new and cool stuff that was developed for JavaFX, you have to migrate to JavaFX or embed JavaFX in your Swing application.



Discussion

No Comment Found