Normand Briere
2019-09-28 57f4646563d6757f65ddc00ca38975c352d76de7
BiparamEditor.java
....@@ -104,8 +104,8 @@
104104 if (biparam instanceof Cone) // ends)
105105 {
106106 oe.ctrlPanel.add(optionCB = new JCheckBox("Close Surface", biparam.endcaps)); //, oe.aConstraints, oe.ctrlPanel.getComponentCount()-2);
107
- optionCB.addItemListener(this);
108
-oe.ctrlPanel.Return();
107
+ optionCB.addItemListener(this);
108
+ oe.ctrlPanel.Return();
109109 //endcaps.setState(!biparam.endcaps);
110110 }
111111 }
....@@ -142,6 +142,7 @@
142142 if (//e.getSource() == nameField ||
143143 e.getSource() == optionCB)
144144 {
145
+ new Exception().printStackTrace();
145146 //System.out.println(e);
146147 applySelf();
147148 //super.applySelf();