Skip to content

castellanprime/Swing-Drawing-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swing-Drawing-Program

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.

About

Java Swing Drawing Program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages