Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 491 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 491 Bytes

Draw-and-Paint

It is a paint application in Java using Swing and Abstract Window Toolkit(AWT).

Features

  • This paint program implements pencil tool and eraser tool.
  • It allows you to change the background color.
  • You can also change the size of stroke and its color too.
  • There is also a clear button to clear the screen.
  • It support various shapes-Rectangle, Oval and Line.
  • To draw a shape, drag the mouse on the screen and then click on the required shape button.