1
0

make constants final

This commit is contained in:
2021-05-28 09:26:59 +02:00
parent 77ab0f130b
commit 47e1c660b8
@@ -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.