News

Get clued in to lesser known open source Java projects that can save you time and money -- starting this month with Bernhard Pauler's balloontip project for Swing GUI development.
German developer ByteConsult has released nib4j, a basic Java library that allows you to employ Apple’s Interface Builder to create user interfaces (UIs) based on Swing, a Java component for ...
If you’re faced with creating a Swing-based wizard from scratch, you’ll want to know about Tim Boudreau’s Wizard project. This installment of Jeff Friesen’s Open source Java projects ...
In a seasonal twist, Microsoft's dev team for Java on Visual Studio Code introduced a special education edition in the February 2022 update, courting educators and students with new functionality as ...
For new Java programmers, the JOptionPane class is a great visual and user-friendly introduction to user input and Swing-based programming. Here's how to get started.
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 ...