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

@@ -16,7 +16,7 @@ public class DataDeserializer {
manager = (Supervisor) ois.readObject();
System.out.println("Supervisor object deserialized successfully.");
} catch (ClassNotFoundException | IOException e) {
System.err.println("Error!");
e.printStackTrace();
}
} else {
System.out.println("Serialized file 'manager.ser' does not exist.");