22C:182/55:182
MiniDraw Case Study


Note: The code provided here is intended for prototyping/proof-of-concept purposes only. The code is not refined, e.g. it is not well-commented and does not implement robust exception handling.

Java source code for MiniDraw prototype (first iteration)

Java source Code for MiniDraw second iteration, first attempt with drawing functionality in the Model

Java source code for MiniDraw second iteration, final version with combined DrawingCanvasView and Model

Java code for MiniDraw, third iteration: individual files plus tar.ball

MiniDraw, 4th iteration (no filled shapes). Tar-ball of cleaned up and packaged version with comments and exception handling.

Revised: 02/25/11 by JGK
[Go Back]