/Drawing-Canvas

Drawing Canvas Application Built in Java

Primary LanguageJava

#Drawing Canvas

This is a Drawing Canvas application built in Java using AWT and Swing. Use your mouse to to write and add shapes of different sizes and colors to the canvas. It also supports layering, file loading and saving, and exporting your project as a PNG.

##Use

The main class is located in JavaDraw.java. To compile:

javac JavaDraw.java

Run using:

java JavaDraw

The application does not automatically save your work before quitting.