Commit 18022025

This commit is contained in:
2025-02-18 15:30:02 +07:00
parent 00f9852fa8
commit 64f5b619b7
32 changed files with 1777 additions and 229 deletions

View File

@@ -92,8 +92,8 @@ public class MainView {
currentcontroller = loader.getController();
} catch (Exception e) {
Logger.error("Unable to load " + fxmlfile + ", exception : " + e.getMessage());
Logger.error("Unable to load " ,fxmlfile, ", exception : ", e.getMessage());
}
} else Logger.info("Not loading empty fxml file");
} else Logger.error("loadContent Not loading empty fxml file");
}
}