Java Swing Drawing Program
This program is a GUI Drawing Program done in Swing. It highlights two design patterns:
- Command Pattern - Used to implement the
- User commands: Undo, Save, Load, Draw, Delete, Select, Move, Redo
- Drawing commands: Line, Polygon, Square, Label
- Bridge Pattern - Used to implement the a multi-platform Graphics API.In this case, only Swing was implemented.
To run: java -jar DrawingProgram1_1. jar.