|
|
|
@ -159,15 +159,15 @@ public class DesensitizationRuleEditPane extends BasicBeanPane<DesensitizationRu
|
|
|
|
|
ruleConditionPane = new JPanel(cardLayout); |
|
|
|
|
// 字符替换
|
|
|
|
|
JPanel characterReplacePane = FRGUIPaneFactory.createLeftFlowZeroGapBorderPane(); |
|
|
|
|
UILabel retainFrontLabel = new UILabel(Toolkit.i18nText("Fine-Design_Report_Desensitization_Retain_Front") + StringUtils.BLANK); |
|
|
|
|
UILabel retainFrontLabel = new UILabel(Toolkit.i18nText("Fine-Design_Report_Desensitization_Part_One") + StringUtils.BLANK); |
|
|
|
|
retainFrontTextField = new UINumberField(5); |
|
|
|
|
retainFrontTextField.addFocusListener(retainFrontListener); |
|
|
|
|
|
|
|
|
|
UILabel retainBackLabel = new UILabel(StringUtils.BLANK + Toolkit.i18nText("Fine-Design_Report_Desensitization_Count_And_Back") + StringUtils.BLANK); |
|
|
|
|
UILabel retainBackLabel = new UILabel(StringUtils.BLANK + Toolkit.i18nText("Fine-Design_Report_Desensitization_Part_Two") + StringUtils.BLANK); |
|
|
|
|
retainBackTextField = new UINumberField(5); |
|
|
|
|
retainBackTextField.addFocusListener(retainBackListener); |
|
|
|
|
|
|
|
|
|
UILabel replaceLabel = new UILabel(StringUtils.BLANK + Toolkit.i18nText("Fine-Design_Report_Desensitization_Count_And_Other_Character_Replace_By") + StringUtils.BLANK); |
|
|
|
|
UILabel replaceLabel = new UILabel(StringUtils.BLANK + Toolkit.i18nText("Fine-Design_Report_Desensitization_Part_Three") + StringUtils.BLANK); |
|
|
|
|
firstSymbolTextField = new UITextField(10); |
|
|
|
|
firstSymbolTextField.addFocusListener(firstSymbolListener); |
|
|
|
|
|
|
|
|
|