2 - MiraSamir/Paint-Application GitHub Wiki
1- Shapes panel at the top:
Panel containing buttons of Shapes that can be drawn.
Triangle and Line Segment Shapes Buttons are disables by default, to be active User must dynamically load external jars.
2- Options panel at the left:
Panel containing all the options that user can use on shapes drawn.
2- Color chooser Panel at the bottom.
Cursor changes its shape when resizing, moving and drawing.
private image upload
3- User can move objects by selecting the desired shape and drag its center.
4- User can resize shapes by selecting them and dragging the squares positioned at the corners, once the mouse is released the shape is released.
5- To color shapes user chooses the desired color first from the color chooser pane.
private image upload