Sets the location of the form in desktop coordinates.
public final void setDesktopLocation( Point loc )
public final void setDesktopLocation( int x, int y )
loc
A Point object that specifies the location for the form.
x
The x-coordinate for the form.
y
The y-coordinate for the form.
See Also setDesktopBounds