Paint app with Microsoft Paint inspired features built with Java AWT/Swing.
From the project folder:
javac -d out src/SimplePaint.java
java -cp out SimplePaint- 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.
- This uses a
BufferedImageas a canvas and repaints it onto a SwingJComponent.