Issue #301 Reseting icon on clearing error log

Logging errors to GUI on application startup / file load
This commit is contained in:
Jindra Pet��k
2013-09-24 22:56:11 +02:00
parent e4c3589c85
commit e3b42f2698
3 changed files with 107 additions and 70 deletions
@@ -200,7 +200,6 @@ public class ErrorLogFrame extends AppFrame {
JLabel levelLabel = new JLabel(level.getName());
levelLabel.setPreferredSize(new Dimension(75, 25));
levelLabel.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));
header.add(levelLabel);
JTextArea msgLabel = new JTextArea(msg);