News

JavaFX isn't hard to learn. In fact, any developer with a little bit of object-oriented knowledge and a penchant for desktop development in Java can quickly put together a feature-rich GUI application ...
This is all you need to enable OpenJFX in your maven based project! Given that OpenJFX is a JDK 11+ library, it relies on modules. While it's still possible to bypass the module system, the ...
This tutorial is for those of you who have been coding in VS Code for this entire class. Note: If you have IntelliJ already installed in a convenient machine, then I highly recommend using that ...
Which is better for your next Java GUI project: Java Swing vs. JavaFX? This tip explores their history and capabilities to help you choose the right one.