Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 684 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 684 Bytes

Paint

Simple Paint Desktop Application in Java

Demo

alt text

Description

  • Uses inheritance to create a Paint Program
  • Imports and exports images onto JPanel with File I/O
  • Creates Shapes including Rectangles, Ovals, and Lines whenever mouse is pushed down, dragged, and released
  • Ability Choose different colors, including red, green, blue, magenta, and black
  • Draw/Fill method options
  • Undo and redo methods

Instructions

  • Git clone repo
  • javac Paint.java
  • java Paint