Java's Graphics2D class provides methods to draw primitive shapes, such as lines, rectangles and ellipses. It lacks a method for drawing pixels. You can color a single pixel in a Java drawing by ...
Paint Brush is an Applet based application that enables the user to draw basic shapes with different colors. In addition, the user has the ability to clear all of the drawings or erase some parts of ...