Skip to content

mernabobakr/finalprojecectOOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-SuperPaint-Application

Java paint application

Required

Java JDK 6

Description

  • This program use inheritance and implementation to create a paint program.
  • The paint program lets you select a color, a shape (line, rectangle,oval) and whether or not the shape is filled.
  • You use the mouse to drag and draw a shape, the shape's coordinate re-adjust automatically with mouse's position as you are dragging.
  • There is an undo button and you can undo as many shapes as you like and a redo button to redo them as well.
  • However, if you draw a new shape you can no longer redo.
  • There is also a clear button to clear the screen and you cannot undo that.

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages