@ -46,7 +46,6 @@ public class TreeSettingPane extends BasicPane implements DataCreatorUI {
public TreeSettingPane(boolean isEditor) {
this.initComponents(isEditor);
System.out.print(true);
}
private void initComponents(boolean isEditor) {
@ -142,13 +142,6 @@ public class LayerDependenceSettingPane extends JPanel implements ItemListener {
return this.model.update();
public int updateLayerIndex() {
return this.currentLayerIndex;
private String tableDataName = "";
/**
* 当tableDataDictPane变化时,调用该方法
*/