Generic JComboBox
This commit is contained in:
@@ -41,16 +41,15 @@ public class Control {
|
||||
|
||||
case Task1 -> {
|
||||
generateTask1();
|
||||
System.out.println("Taks1");
|
||||
}
|
||||
case Randomized -> {
|
||||
generateRandomized();
|
||||
System.out.println("Random");
|
||||
}
|
||||
case Manuel -> {
|
||||
buildManuelGame();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user