Returns an instance to the main Window of the application.
Example
var app = fin.desktop.Application.getCurrent(),
ofWindow = app.getWindow();
ofWindow.show();
Returns an instance to the main Window of the application.
var app = fin.desktop.Application.getCurrent(),
ofWindow = app.getWindow();
ofWindow.show();