make constants final
This commit is contained in:
@@ -21,8 +21,8 @@ public class LeveldesignWindow extends JFrame {
|
||||
|
||||
private CardLayout cards;
|
||||
|
||||
public static int TESTEN = 0;
|
||||
public static int LEVELEDITOR = 1;
|
||||
public static final int TESTEN = 0;
|
||||
public static final int LEVELEDITOR = 1;
|
||||
|
||||
/**
|
||||
* Create the frame.
|
||||
|
||||
Reference in New Issue
Block a user