mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user