mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 04:45:12 +00:00
hotkeys added
This commit is contained in:
@@ -126,10 +126,7 @@ public class ErrorLogFrame extends AppFrame {
|
||||
clearButton.addActionListener(new ActionListener() {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
logViewInner.removeAll();
|
||||
Main.clearLogFile();
|
||||
revalidate();
|
||||
repaint();
|
||||
clearLog();
|
||||
}
|
||||
});
|
||||
buttonsPanel.add(clearButton);
|
||||
@@ -159,6 +156,13 @@ public class ErrorLogFrame extends AppFrame {
|
||||
};
|
||||
handler.setLevel(Level.WARNING);
|
||||
}
|
||||
|
||||
public void clearLog() {
|
||||
logViewInner.removeAll();
|
||||
Main.clearLogFile();
|
||||
revalidate();
|
||||
repaint();
|
||||
}
|
||||
|
||||
public void clearErrorState() {
|
||||
errorState = ErrorState.NO_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user