Tutorial: window.moveTo

window.moveTo

Moves the window to a specified location.

Example

var mainWindow = fin.desktop.Window.getCurrent();

mainWindow.moveTo(100, 200);