News

Take another path to filthy rich clients -- AnimatingCardLayout is a free, open source layout manager that you can use to create animated transitions for your Java GUIs.
Open source licenses Each of the Java projects covered in this series is subject to an open source license, which you should understand before integrating the project with your own projects.
How to Draw Pixels in Java. Java's Graphics2D class provides methods to draw primitive shapes, such as lines, rectangles and ellipses. It lacks a method for drawing pixels.