Restructured project, windows now appear in the center instead of the top

This commit is contained in:
2023-10-02 18:42:01 +03:00
parent 63da644de3
commit d99f604ced
23 changed files with 94 additions and 29 deletions

View File

@@ -12,7 +12,7 @@ public class DataSerializer {
oos.writeObject(manager);
System.out.println("Supervisor object serialized successfully.");
} catch (IOException e) {
System.err.println("Error!");
e.printStackTrace();
}
}