Generic JComboBox

This commit is contained in:
Noah
2021-09-29 14:42:13 +02:00
parent e06f61f7eb
commit c7fa4c8e91
7 changed files with 34 additions and 26 deletions
+1 -2
View File
@@ -41,16 +41,15 @@ public class Control {
case Task1 -> {
generateTask1();
System.out.println("Taks1");
}
case Randomized -> {
generateRandomized();
System.out.println("Random");
}
case Manuel -> {
buildManuelGame();
}
}
}