finish serial for windows, better launcher

This commit is contained in:
benfry
2002-07-30 01:11:42 +00:00
parent b053d7f129
commit e1d702db2f
9 changed files with 47 additions and 22 deletions
+3 -3
View File
@@ -537,18 +537,18 @@ public class PdeEditor extends Panel {
// -> keep this around for closing the external window
public void doClose() {
// grab window position
if (engine != null) {
//if (engine != null) {
try {
if ((presentationWindow == null) ||
(!presentationWindow.isVisible())) {
appletLocation = engine.window.getLocation();
}
// prone to bugs and doesn't work yet
// if ((presentationWindow != null) &&
// (presentationWindow.isVisible())) {
// presentLocation = engine.window.getLocation();
// }
}
} catch (NullPointerException e) { }
if (running) {
//System.out.println("was running, will call doStop()");