Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 557 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 557 Bytes

Basic Draw App - Swing

This is the simple drawing application developed for the Interaction Programing course with the purpose to demonstrate the MVC principles in Java Swing.

Important! This project depends on another project that implements the the model of the application.

In Eclipse, make sure you import the basic-draw-app-java-model project first.