@ -87,8 +87,8 @@ public class CellWidgetPropertyPane extends BasicPane {
public void populate(ElementCasePane ePane) {
cellEditorDefPane = new WidgetPane(ePane);
this.removeAll();
this.add(cellEditorDefPane, BorderLayout.CENTER);
CellSelection cs = (CellSelection) ePane.getSelection();
@ -61,7 +61,7 @@ public class CellWidgetCardPane extends BasicPane {
private void initComponents(ElementCasePane pane) {
this.setLayout(FRGUIPaneFactory.createBorderLayout());
//k
tabbedPane = new CardLayout();