【问题原因】Label文字颜色没设置 【改动思路】改成灰色 【review建议】无
@ -168,6 +168,7 @@ public class TableDataSearchRemindPane extends JPanel implements TreeSearchStatu
this.setLayout(new FlowLayout(FlowLayout.LEFT, 10, 0));
// 初始情况下为Not_Begin
textLabel = new UILabel();
textLabel.setForeground(Color.gray);
stopLabel = new UILabel();
stopLabel.setForeground(UIConstants.NORMAL_BLUE);
stopSearch = new MouseAdapter() {