making processingapplet run smoothly, properly destroy old ones (though no gc), proper file cleanup

This commit is contained in:
benfry
2001-07-29 18:30:08 +00:00
parent 60f986f0a3
commit 12eb70645d
3 changed files with 44 additions and 9 deletions

View File

@@ -112,7 +112,7 @@ public class PdeRunner implements Runnable {
forceStop = false;
*/
engine = new KjcEngine(program);
engine = new KjcEngine(program, env);
engine.start();
}
//System.out.println("finished");