Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 558 Bytes

Java Paint App

Picture of the app

drawing


Implementation of a Java Swing application that allows drawing, selection, modification and deletion of two-dimensional graphic shapes:

Point

At click point

Line

Between two clicks

Rectangle

Top left point at click point, user to enter width and height

Circle

Center at click point, user to enter radius length

Circle with a hole

Center at the point of click, user to enter the lengths of the outer and inner radius