mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 00:57:04 +00:00
disable menu items when work in progress (they were already not working), consistent action handler method names
This commit is contained in:
@@ -347,6 +347,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
|
||||
public void setWorkStatus(String s, CancellableWorker worker) {
|
||||
statusPanel.setWorkStatus(s, worker);
|
||||
mainMenu.updateComponents();
|
||||
}
|
||||
|
||||
private JPanel createWelcomePanel() {
|
||||
|
||||
Reference in New Issue
Block a user