A basic paint application based on Java swing made for College as a Mini-project.
- Draw strokes with pencil tool and set thickness.
- 11 Quick color selection buttons.
- Provided with Color Picker (Swatches, HSV, HSL, RGB, CMYK) using JColorChooser.
- Small size, easy-to-understand code.
- Save, Save As, Load buttons to Save/Load you work using Interactive JFileChooser.
- Undo, Redo
- Nimbus Look and Feel theme.
- Set Canvas size. ( Minimum recommended: 900x800)
Setting Canvas Size
Paint Application
Save, Save as and Load. ( JFileChooser)
Color Picker ( JColorChooser)
- Fork it.
- Click on Clone or download button in top right corner.
- Download zip.
- Extract.
- Open eclipse or any IDE and Import project.
- Run InputWH.java.
- If you're experiencing NullPointerException issue regarding images, the images stored in /bin folder might not be downloaded, so please download them manually from this repository from bin folder and link/copy those images with your project in eclipse.
All icons used in the project are placed in /bin folder. So if you're experiencing any NullPointerException issue, please link/copy those image files in your project properly.