Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.13 KB

File metadata and controls

57 lines (30 loc) · 1.13 KB

Paint program

Paint

Making a Paint Program in Java

Supported Shapes:

  1. Rectangle

  2. Rounded Rectangle

  3. Circle

  4. Oval

  5. Line

  6. Free Drawing Tool

you are able to control:

  1. if the shapes are filled

  2. the roundess of the Rounded Rectangle

  3. the thickness of the stroke

  4. you can undo/redo the last drawing, clean the screen or exit the program from the program buttons

if you preffer you can just use the keyboard:

  1. ctrl+z to undo, ctrl+shift+z to redo

  2. ctrl+r to clear the screen

  3. 1- switch to rectangle

  4. 2- switch to rounded rectangle

  5. 3- switch to oval

  6. 4- switch to circle

  7. 5- switch to line

  8. 6- switch to free drawing

  9. f- to swich between filled/hollowed drawing

  10. [/]- to decrease/increase the size of the stroke

documentations

a new documentations are automatically available for each push to the master branch.
the docs are available to watch at: https://fiitay.github.io/Paint/

made for Maman 13 in advanced programming class in the open university, by Itay Finci for semester 2020b. all rights reserved.