Simple Drawing Application
Posted on Monday, 1st February, 2010

A simple, Java-based drawing application I implemented during my Computer Programming II course. The main goals of the program were to gain experience designing graphical user interfaces (GUIs) and to practice use of the Model-View-Controller (MVC) architectural pattern.