fixes to make closing of applets perhaps behave better

This commit is contained in:
benfry
2003-07-30 00:27:08 +00:00
parent 62dc7d96c1
commit 3218ed2284
2 changed files with 1 additions and 19 deletions
+1 -9
View File
@@ -805,16 +805,8 @@ afterwards, some of these steps need a cleanup function
}
}
public void doStop() {
/*
if (presenting) {
presenting = false; // to avoid endless recursion
doClose();
//presentationWindow.hide();
return;
}
*/
public void doStop() {
if (pdeRuntime != null) pdeRuntime.stop();
if (watcher != null) watcher.stop();
//System.out.println("stop2");