|
|
@ -168,6 +168,7 @@ public class TableDataSearchRemindPane extends JPanel implements TreeSearchStatu |
|
|
|
this.setLayout(new FlowLayout(FlowLayout.LEFT, 10, 0)); |
|
|
|
this.setLayout(new FlowLayout(FlowLayout.LEFT, 10, 0)); |
|
|
|
// 初始情况下为Not_Begin
|
|
|
|
// 初始情况下为Not_Begin
|
|
|
|
textLabel = new UILabel(); |
|
|
|
textLabel = new UILabel(); |
|
|
|
|
|
|
|
textLabel.setForeground(Color.gray); |
|
|
|
stopLabel = new UILabel(); |
|
|
|
stopLabel = new UILabel(); |
|
|
|
stopLabel.setForeground(UIConstants.NORMAL_BLUE); |
|
|
|
stopLabel.setForeground(UIConstants.NORMAL_BLUE); |
|
|
|
stopSearch = new MouseAdapter() { |
|
|
|
stopSearch = new MouseAdapter() { |
|
|
|