Tutorial: window.setAsForeground

window.setAsForeground

Brings the window to the front of the entire window stack.

Example

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

finWindow.setAsForeground();