Rectangle Tests
This applet tests the methods in the rectangle class. It allows you to create
a new rectangle from the values in X, Y, Width, and Height.
Instructions
Select each of the rectangle methods. You will want to change the values of
X and Y so that they are inside the rectangle and outside of the rectangle.
Notes
- Rectangle.isEmpty() will only return empty if the width or height is <= 0.