Normand Briere
2019-04-28 f23e09019d161b02d566ffe312fdc553459fb954
ObjEditor.java
....@@ -1292,6 +1292,9 @@
12921292 optionsPanel = new JPanel(new GridBagLayout());
12931293
12941294 optionsPanel.setName("Options");
1295
+
1296
+ AddOptions(optionsPanel, aConstraints);
1297
+
12951298 scenePanel.add(optionsPanel);
12961299
12971300
....@@ -1393,6 +1396,10 @@
13931396 });
13941397 }
13951398
1399
+ void AddOptions(JPanel panel, GridBagConstraints constraints)
1400
+ {
1401
+ }
1402
+
13961403 JTree GetTree()
13971404 {
13981405 return objEditor.jTree;