checking in dmose parser and changes to make it usable

This commit is contained in:
benfry
2003-09-02 01:53:44 +00:00
parent bb521be137
commit 1744dc8820
9 changed files with 527 additions and 296 deletions

View File

@@ -227,7 +227,7 @@ public class PdeRuntime implements PdeMessageConsumer {
//System.out.println();
//System.out.println("* stopping");
// in case stop is called during compilation
// check for null in case stop is called during compilation
if (applet != null) applet.stop();
//if (window != null) window.hide();