final fields

This commit is contained in:
Honfika
2014-01-19 22:33:23 +01:00
parent 44fa394f01
commit 0da9d423a0
138 changed files with 294 additions and 296 deletions
@@ -41,11 +41,11 @@ public class MainFrameStatusPanel extends JPanel implements ActionListener {
static final String ACTION_SHOW_ERROR_LOG = "SHOWERRORLOG";
private MainPanel mainPanel;
private final MainPanel mainPanel;
private LoadingPanel loadingPanel = new LoadingPanel(20, 20);
private JLabel statusLabel = new JLabel("");
private JButton cancelButton = new JButton();
private final LoadingPanel loadingPanel = new LoadingPanel(20, 20);
private final JLabel statusLabel = new JLabel("");
private final JButton cancelButton = new JButton();
private JButton errorNotificationButton;
private Icon currentIcon;