Simple Paint Desktop Application in Java
- Uses inheritance to create a Paint Program
- Imports and exports images onto JPanel with File I/O
- Creates Shapes including Rectangles, Ovals, and Lines whenever mouse is pushed down, dragged, and released
- Ability Choose different colors, including red, green, blue, magenta, and black
- Draw/Fill method options
- Undo and redo methods
- Git clone repo
- javac Paint.java
- java Paint