Tutorial: window.maximize

window.maximize

Maximizes the window.

Example

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

mainWindow.maximize();