A simple Java interface for creating a Frame and Panel and drawing things on them, along with some methods added for convenience. It's pertty bare-bones at the moment. Mostly I was tired of having to ...
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 creation of different ...