mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
removed grow box for applet
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user