Shapes: Java Canvas
Creating shapes with Java Canvas.
Includes custom shapes of Rhombus, Rectangle, and TextBox.
https://github.com/Tooo/Shapes.git
Draw a Rhombus with the X & Y coordinates on the top-left bounding box.
All four sides of a rhombus are the same.
Draw a Rectangle with the X & Y coordinates on top-left corner of rectangle.
Width and height are the dimensions of the rectangle.
Draw a TextBox with drawing a rectangle and a message inside.
The message will be centre aligned and if the message is too long, it will be split across multiple lines.