@ -148,6 +148,7 @@ public class CellOtherSetPane extends AbstractCellAttrPane {
// VerticalFlowLayout 与 实现的滚动条有冲突,因此再加一层panel
JPanel jPanel = new JPanel();
jPanel.add(contentPane);
initAllNames();
return jPanel;
}