The Wayback Machine - https://web.archive.org/web/20221117035123/https://github.com/jaireddjawed/Paint
Skip to content
This repository has been archived by the owner. It is now read-only.

jaireddjawed/Paint

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages