AWT Rectangle Methods
There are many Rectangle constructors
Also, there are methods for translation, union, intersection, and containment
There are no methods for coloring, drawing, or filling rectangles, however, and no methods for advanced geometric operations, such as rotation
For that, we will have to write our own…