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

jaireddjawed/Paint

Repository files navigation

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