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
Binary file not shown.
File diff suppressed because it is too large Load Diff
-1
View File
@@ -30,7 +30,6 @@ public class ArrayParser {
int index = 0;
for (int y = 0; y < erg.length; y++) {
System.out.println(erg[y].length);
for (int x = 0; x < erg.length; x++) {
erg[y][x] = ints.get(index) == 1;
index++;
-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("");
-1
View File
@@ -41,7 +41,6 @@ public class GameWindow extends GUI {
@Override
public void windowClosing(WindowEvent e) {
super.windowClosing(e);
if (control.getControlWindow() != null){
control.getControlWindow().dispose();
}