mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 01:25:36 +00:00
Errors logging fix
This commit is contained in:
@@ -43,6 +43,7 @@ import javax.swing.JPanel;
|
||||
import javax.swing.JScrollPane;
|
||||
import javax.swing.JTextArea;
|
||||
import javax.swing.JToggleButton;
|
||||
import javax.swing.SwingUtilities;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -88,7 +89,7 @@ public class ErrorLogFrame extends AppFrame {
|
||||
}
|
||||
|
||||
private void log(final Level level, final String msg, final String detail) {
|
||||
View.execInEventDispatch(new Runnable() {
|
||||
SwingUtilities.invokeLater(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
JPanel pan = new JPanel();
|
||||
@@ -197,6 +198,7 @@ public class ErrorLogFrame extends AppFrame {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
public void log(Level level, String msg) {
|
||||
|
||||
Reference in New Issue
Block a user