X collapse pdeengine/pderunner/kjcengine

X   remove 'extends' from kjcengine, make an instance of Main
X     may need to subclass at.dms.kjc.Main to override the exit()
X   make pdeengine a class
X   remove pderunner, collapse into pdeengine
This commit is contained in:
benfry
2002-07-27 23:28:59 +00:00
parent 3cad1bf929
commit 98f35ea78d
6 changed files with 116 additions and 227 deletions

View File

@@ -400,11 +400,13 @@ public class PdeBase implements ActionListener {
// does this do anything useful?
/*
public void destroy() {
if (editor != null) {
editor.terminate();
}
}
*/
/*
public void paint(Graphics g) {