News

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.
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 ...
Lambda expressions are the biggest features integrated into Java 8. This functional programming paradigm was, until now, missing from Java. Its inclusion now will only help Java grow in the right ...
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 ...