Normand Briere
2019-02-22 611518a0ff65fd05e517d44adbcec639570b86eb
ObjEditor.java
....@@ -31,6 +31,9 @@
3131 boolean timeline;
3232 boolean wasFullScreen;
3333
34
+ GroupEditor callee;
35
+ JFrame frame;
36
+
3437 // SCRIPT
3538
3639 transient JFrame textpanel = null;
....@@ -127,8 +130,7 @@
127130
128131 static GridBagConstraints aConstraints;
129132 static GridBagConstraints aWindowConstraints;
130
- GroupEditor callee;
131
- JFrame frame;
133
+
132134 static int GRIDWIDTH = 100; // 4;
133135
134136 public void closeUI()
....@@ -1369,7 +1371,8 @@
13691371 //worldPane.add(bigPanel);
13701372 //worldPane.add(worldPanel);
13711373 /**/
1372
- frame.getContentPane().add(/*"Center",*/framePanel);
1374
+ //frame.getContentPane().add(/*"Center",*/framePanel);
1375
+ frame.add(/*"Center",*/framePanel);
13731376 //frame.getContentPane().add(/*"Center",*/ worldPane);
13741377
13751378 // aConstraints = gbc; // (GridBagConstraints) GrafreeD.clone(gbc);