Random Bug Found. method nextGen() could be the cought

This commit is contained in:
Noah
2021-09-29 23:32:17 +02:00
parent d416fa834a
commit 81da9e247a
4 changed files with 26 additions and 16 deletions
+4 -1
View File
@@ -223,7 +223,9 @@ public class GUI {
modeBox = new JComboBox<String>();
modeBox.setBounds(180, 257, 100, 20);
addComboBoxEntry(modeBox, "Randomized");
addComboBoxEntry(modeBox, "CTTask1");
addComboBoxEntry(modeBox, "Task1");
addComboBoxEntry(modeBox, "Blinker");
addComboBoxEntry(modeBox, "Toad");
startButton = new JButton();
@@ -343,6 +345,7 @@ public class GUI {
jfGame.setLocationRelativeTo(null);
jfGame.setVisible(true);
}
private void initGameComponents() {