moveTo method
The moveTo() method of the Window
interface moves the current window to the specified coordinates.
Note: This function moves the window to an absolute location. In contrast,
window.moveBymoves the window relative to its current location.
Implementation
external void moveTo(
int x,
int y,
);