Tutorial: window.show

window.show

Shows the window if it is hidden.

Example

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