News

Simple Drawing Tool This Java project, App.java, is a simple drawing tool that allows users to draw various shapes on a frame by clicking buttons. It utilizes the Factory pattern to handle the ...
The drawing was created by using Java classes, such as the Oval and Rectangle class, to generate basic shapes. The basic shapes were organized on the screen to form the drawing that is generated upon ...