|
|
|
@ -8,6 +8,7 @@ import javax.swing.BorderFactory;
|
|
|
|
|
|
|
|
|
|
import com.fr.design.gui.frpane.TreeSettingPane; |
|
|
|
|
import com.fr.design.gui.ilable.UILabel; |
|
|
|
|
|
|
|
|
|
import javax.swing.JPanel; |
|
|
|
|
import javax.swing.event.DocumentEvent; |
|
|
|
|
import javax.swing.event.DocumentListener; |
|
|
|
@ -115,6 +116,7 @@ public abstract class FieldEditorDefinePane<T extends FieldEditor> extends Abstr
|
|
|
|
|
firstPanel.add(errorMsgPane); |
|
|
|
|
northPane.add(firstPanel); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public UICheckBox getAllowBlankCheckBox() { |
|
|
|
|
return allowBlankCheckBox; |
|
|
|
|
} |
|
|
|
|