Programmer's Guide > Interfaces > Window interface > moveTo method
  
moveTo method
Moves the window to the specified location.
moveTo(x, y)
Parameters
intx The X coordinate to move to.
A negative X value gives the X coordinate relative to the top left corner of the screen.
inty
The Y coordinate to move to.
A negative Y value gives the Y coordinate relative to the top left corner of the screen.
Returns
void