h10r / basic-draw-swing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About