public Point getLocation ()

Returns the location of this Rectangle.

This method is included for completeness, to parallel the getLocation method of Component.

Returns:  the Point that is the upper-left corner of this Rectangle.

See also:
java.awt.Component.getLocation, setLocation(Point), setLocation(int, int)

Since:  1.1