public void setLocation (Point p)

Sets the location of the point to the specified location. This method is included for completeness, to parallel the setLocation method of Component.

Parameters:
p    a point, the new location for this point

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

Since:  1.1