Skip to content

peterhuangSC/EasyPaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the EasyPaint app! (CS349 A2)

To get started, the main file (with the main method) is EasyPaint.java.

You can use gradle clean, gradle build, gradle run on this project

AppScreen is the main JPanel for the whole EasyPaint application, and the sub panels are divided into its respective classes within the Main.Screens folder. Each drawn shape on the screen is also an object, and each of the objects are defined in its respective class in Main.CanvasShapes.

To load files, sample image .ezp (Easy Paint files) are located in the 'image files' folder, within the same level as src, readme, and build. You can save your images in another folder but the sample images will always be under image files!

About

Simple paint app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages