Hide our UI (in non-applet mode) before launching direct.

This commit is contained in:
Michael Bayne
2012-03-06 17:39:28 +00:00
parent 953769b143
commit 66f4c878e2
@@ -746,6 +746,9 @@ public abstract class Getdown extends Thread
try {
if (invokeDirect()) {
// if we're in applet mode, this will NOOP; if we're in app mode and are invoking
// direct, we want to close the Getdown window, as the app is launching
disposeContainer();
_app.releaseLock();
_app.invokeDirect(getApplet());