Java Clear Copy Graphics Area

java.awt.Graphics class comes with many methods of drawing and also with some non-drawing methods that will support drawing indirectly. These methods include clearRect() and copyArea() etc. clearRect() clears a part of graphical area where a drawing may exist with its own background. When cleared, the cleared area shows the background area of the frame (a …

Java Clear Copy Graphics Area Read More »