News

As Java GUI developers advanced from AWT to Swing, one of the key things pushed by Sun was the Swing toolkit’s single-threaded programming model. Here’s the single-thread rule from an early ...
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.
Oracle has announced the availability of Java 19 and Oracle JDK 19 for developers, the latest versions of what is arguably the world's most popular programming language. JDK (Java Development Kit ...
So I've got my JFrame, and it contains an OpenGL canvas, which has to be set and resized based on pixel dimensions. I'd like to be able to resize the whole window, but I need to know the ...
Take your coding to the next level by learning advanced programming with generics. Here's how to use generic methods with type inference, type parameters, and wildcards in your Java programs.
The Java language and virtual machine are almost two decades old, and while most developers would recognize the old and new models of Java as being related, there's no question that Java has changed ...