[#2]: Show All Patients on Startup #3

Merged
SZUT-Dominik merged 1 commit from bug/no-default-page into main 2024-04-09 10:09:47 +00:00

View file

@ -12,6 +12,10 @@ public class MainWindowController {
@FXML @FXML
private BorderPane mainBorderPane; private BorderPane mainBorderPane;
@FXML
public void initialize() {
handleShowAllPatient(null);
}
@FXML @FXML
private void handleShowAllPatient(ActionEvent event) { private void handleShowAllPatient(ActionEvent event) {