Random Bug Found. method nextGen() could be the cought
This commit is contained in:
+4
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user