Skip to content

A program that allows the user to draw with different colors; implements a Siger gesture recognizer

Notifications You must be signed in to change notification settings

elahurd/paint-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paint Program

  • A Java program that allows the user to draw with different colors.
  • User can choose colors by clicking on the appropriate one on the color panel.
  • The program also implements a Siger gesture recognizer to change colors.

Controls

  • Draw by choosing a color and dragging with left-click.
  • You can choose a color by clicking the color on the right-hand color panel, or you can use the appropriate gesture to change the active color. To make a gesture, draw it by dragging with right-click. See the gestures below.
  • You can clear the canvas by pressing the 'c' key, or by using the appropriate gesture.

Gestures

Changes color to red:

alt tag

Changes color to blue:

alt tag

Changes color to green:

alt tag

Changes color to black:

alt tag

Changes color to yellow:

alt tag

Changes color to orange:

alt tag

Clears the canvas:

alt tag

About

A program that allows the user to draw with different colors; implements a Siger gesture recognizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages