mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
getting gl4java wired in, removing KjcApplet for simplicity
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// special subclass only used inside the pde environment
|
||||
// while the kjc engine is in use. takes care of error handling.
|
||||
|
||||
#ifdef KJCAPPLET
|
||||
public class KjcApplet extends BApplet {
|
||||
PdeRuntime pdeRuntime;
|
||||
|
||||
@@ -21,6 +22,7 @@ public class KjcApplet extends BApplet {
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user