Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 429 Bytes

SwervePaint

A Java paint application which demos use of various design patterns such as: Singleton, Factory Method, Composite, Command, and Iterator. This painting application supports: Drawing of shapes Colouring of shapes Changing thickness and style Resizing of shapes Copy and Paste of shapes Grouping and Ungrouping shapes Undoing and Redoing commands Opening and Saving paint files

UI built using Java.Swing