removed grow box for applet

This commit is contained in:
benfry
2004-10-10 17:26:33 +00:00
parent 4e03c30fe9
commit 4c2896c2fe
3 changed files with 8 additions and 6 deletions

View File

@@ -4011,6 +4011,7 @@ public class PApplet extends Applet
}
Frame frame = new Frame();
frame.setResizable(false); // remove the grow box
frame.pack(); // get insets. get more.
Class c = Class.forName(name);
PApplet applet = (PApplet) c.newInstance();