Moves the window by a specified amount.
Example
var mainWindow = fin.desktop.Window.getCurrent();
mainWindow.moveBy(10, 10);
Moves the window by a specified amount.
var mainWindow = fin.desktop.Window.getCurrent();
mainWindow.moveBy(10, 10);