getting gl4java wired in, removing KjcApplet for simplicity

This commit is contained in:
benfry
2003-07-13 18:08:53 +00:00
parent 5207c31b9c
commit 4bfb8355f5
11 changed files with 160 additions and 266 deletions

View File

@@ -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
/*