Moves the window to a specified location.
Example
var mainWindow = fin.desktop.Window.getCurrent();
mainWindow.moveTo(100, 200);
Moves the window to a specified location.
var mainWindow = fin.desktop.Window.getCurrent();
mainWindow.moveTo(100, 200);