|
|
|
@ -2,6 +2,7 @@ package com.fr.design.mainframe.loghandler;
|
|
|
|
|
|
|
|
|
|
import com.fr.design.constants.UIConstants; |
|
|
|
|
import com.fr.design.gui.ilable.UILabel; |
|
|
|
|
import com.fr.stable.StringUtils; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import javax.swing.JFrame; |
|
|
|
@ -64,7 +65,7 @@ public class LogMessageBar extends JPanel {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clear() { |
|
|
|
|
messageLabel.setText(""); |
|
|
|
|
messageLabel.setText(StringUtils.EMPTY); |
|
|
|
|
repaint(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|