News

We've discussed here before the brewing battle between Swing and JavaFX for the hearts and minds of desktop Java GUI developers. Will the two technologies develop in parallel, each with their own ...
Get to know the JavaFX 2 libraries by way of a practical exercise: refactoring a Swing-based text editor into one that leverages the rich UI features of JavaFX.
How to best practice update a label in swing vs javafx? Hello! I'm playing around with swing and javafx and updating a label from a runnable. It looks like you must do it in some other way with JavaFx ...
Swing (and AWT) pioneered the use of MVC in Java. Surprisingly Swing stays one of the most convoluted and counterintuitive MVC frameworks with very little guidance on how to do things right. This ...