|
|
|
@ -168,7 +168,7 @@ public class AlphaFineDialog extends UIDialog {
|
|
|
|
|
* 初始化输入框 |
|
|
|
|
*/ |
|
|
|
|
private void initSearchTextField() { |
|
|
|
|
searchTextField = new AlphaFineTextField(PLACE_HOLDER); |
|
|
|
|
searchTextField = new AlphaFineTextField(Inter.getLocText("FR-Designer_AlphaFine")); |
|
|
|
|
initTextFieldKeyListener(); |
|
|
|
|
searchTextField.setFont(AlphaFineConstants.GREATER_FONT); |
|
|
|
|
searchTextField.setBackground(Color.white); |
|
|
|
@ -299,8 +299,12 @@ public class AlphaFineDialog extends UIDialog {
|
|
|
|
|
leftSearchResultPane.setPreferredSize(new Dimension(AlphaFineConstants.LEFT_WIDTH, AlphaFineConstants.CONTENT_HEIGHT)); |
|
|
|
|
rightSearchResultPane = new JPanel(); |
|
|
|
|
rightSearchResultPane.setBackground(Color.white); |
|
|
|
|
UILabel splitLine = new UILabel(); |
|
|
|
|
splitLine.setBackground(AlphaFineConstants.GRAY); |
|
|
|
|
splitLine.setPreferredSize(new Dimension(1, AlphaFineConstants.CONTENT_HEIGHT)); |
|
|
|
|
rightSearchResultPane.setPreferredSize(new Dimension(AlphaFineConstants.RIGHT_WIDTH - 1, AlphaFineConstants.CONTENT_HEIGHT)); |
|
|
|
|
searchResultPane.add(leftSearchResultPane, BorderLayout.WEST); |
|
|
|
|
rightSearchResultPane.setPreferredSize(new Dimension(AlphaFineConstants.RIGHT_WIDTH, AlphaFineConstants.CONTENT_HEIGHT)); |
|
|
|
|
searchResultPane.add(splitLine, BorderLayout.CENTER); |
|
|
|
|
searchResultPane.add(rightSearchResultPane, BorderLayout.EAST); |
|
|
|
|
UILabel splitLabel = new UILabel(); |
|
|
|
|
splitLabel.setBackground(AlphaFineConstants.GRAY); |
|
|
|
|