Selecting/Focusing a window
Heres the scenario: I initially load a splash screen. The splash goes away, and the main application opens, but does not have window focus because a different window that i have opened (like firefox), maintains focus. How do I select this window to have focus? The following did not work:
this.focus();