Brings the window to the front of the entire window stack.
Example
var finWindow = fin.desktop.Window.getCurrent();
finWindow.setAsForeground();
Brings the window to the front of the entire window stack.
var finWindow = fin.desktop.Window.getCurrent();
finWindow.setAsForeground();