Tutorial: window.moveBy

window.moveBy

Moves the window by a specified amount.

Example

var mainWindow = fin.desktop.Window.getCurrent();
    
mainWindow.moveBy(10, 10);