Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

SimplePaint (Java AWT/Swing)

Paint app with Microsoft Paint inspired features built with Java AWT/Swing.

Run (no build tool)

From the project folder:

javac -d out src/SimplePaint.java
java -cp out SimplePaint

Controls

  • Click the color squares (left) to choose a color (including Custom RGB).
  • Click tool boxes to select Pencil/Brush/Roller/Spray/Eraser/Clear.
  • Line/Circle/Oval/Polygon/Star prompt for settings and draw on drag.

Notes

  • This uses a BufferedImage as a canvas and repaints it onto a Swing JComponent.

About

Paint app with Microsoft Paint inspired features built with Java AWT/Swing.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages