|
|
|
@ -56,7 +56,7 @@ public class ITReplaceMainDialog extends UIDialog {
|
|
|
|
|
private String searchStr; |
|
|
|
|
private static final int FIRST_ROW = 0; |
|
|
|
|
public static int selectCount = 0; |
|
|
|
|
public static int MAIN_PANEL_WIDTH = 929 ; |
|
|
|
|
public static int MAIN_PANEL_WIDTH = 929; |
|
|
|
|
|
|
|
|
|
public ITReplaceMainDialog() { |
|
|
|
|
super(DesignerContext.getDesignerFrame()); |
|
|
|
@ -126,7 +126,7 @@ public class ITReplaceMainDialog extends UIDialog {
|
|
|
|
|
replaceComboBox.setEnabled(false); |
|
|
|
|
replaceComboBox.setEditable(true); |
|
|
|
|
northPane.getReplaceButton().setEnabled(false); |
|
|
|
|
westPanel.getLeftPanel().setPreferredSize(new Dimension(ITReplaceWestPanel.LEFT_WIDTH,this.getHeight())); |
|
|
|
|
westPanel.getLeftPanel().setPreferredSize(new Dimension(ITReplaceWestPanel.LEFT_WIDTH, this.getHeight())); |
|
|
|
|
((UITextField) (northPane.getFindInputCombobox().getEditor().getEditorComponent())).setPlaceholder(Toolkit.i18nText("Fine-Design_Replace_Search_Input")); |
|
|
|
|
((UITextField) (northPane.getReplaceInputCombobox().getEditor().getEditorComponent())).setPlaceholder(Toolkit.i18nText("Fine-Design_Replace_Input")); |
|
|
|
|
((UITextField) (northPane.getFindInputCombobox().getEditor().getEditorComponent())).addActionListener(new ActionListener() { |
|
|
|
|