mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 11:30:47 +00:00
final fields
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user