mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 05:51:17 +00:00
Issue #301 Reseting icon on clearing error log
Logging errors to GUI on application startup / file load
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user