.. | .. |
---|
104 | 104 | if (biparam instanceof Cone) // ends) |
---|
105 | 105 | { |
---|
106 | 106 | 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(); |
---|
109 | 109 | //endcaps.setState(!biparam.endcaps); |
---|
110 | 110 | } |
---|
111 | 111 | } |
---|
.. | .. |
---|
142 | 142 | if (//e.getSource() == nameField || |
---|
143 | 143 | e.getSource() == optionCB) |
---|
144 | 144 | { |
---|
| 145 | + new Exception().printStackTrace(); |
---|
145 | 146 | //System.out.println(e); |
---|
146 | 147 | applySelf(); |
---|
147 | 148 | //super.applySelf(); |
---|