Tutorial: application.getWindow

application.getWindow

Returns an instance to the main Window of the application.

Example

var app = fin.desktop.Application.getCurrent(),
    ofWindow = app.getWindow();

ofWindow.show();