public void setLocation (Point p)

Moves this Rectangle to the specified location.

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

Parameters:
p    the Point specifying the new location for this Rectangle

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

Since:  1.1