Fucking much stuff done.

This commit is contained in:
Noah
2021-12-14 23:24:49 +01:00
parent 244a6ff839
commit d5b1bfc101
5 changed files with 12718 additions and 4 deletions
-2
View File
@@ -413,8 +413,6 @@ public class ControlWindow extends GUI {
if (e.getKeyCode() == KeyEvent.VK_ENTER) {
if (checkName(saveGrid.getText() ) && getAllGrids().size() < 10) {
saveGridInDB(saveGrid.getText());
} else {
System.out.println("Vergeben");
}
saveGrid.setText("");