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