ObjEditor.java
.. .. @@ -1292,6 +1292,9 @@ 1292 1292 optionsPanel = new JPanel(new GridBagLayout()); 1293 1293 1294 1294 optionsPanel.setName("Options"); 1295 +1296 + AddOptions(optionsPanel, aConstraints);1297 +1295 1298 scenePanel.add(optionsPanel); 1296 1299 1297 1300 .. .. @@ -1393,6 +1396,10 @@ 1393 1396 }); 1394 1397 } 1395 1398 1399 + void AddOptions(JPanel panel, GridBagConstraints constraints)1400 + {1401 + }1402 +1396 1403 JTree GetTree() 1397 1404 { 1398 1405 return objEditor.jTree;