disable menu items when work in progress (they were already not working), consistent action handler method names

This commit is contained in:
honfika@gmail.com
2015-05-24 16:49:58 +02:00
parent b18d909c80
commit cba3d0328a
19 changed files with 1575 additions and 1556 deletions

View File

@@ -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() {