[#2]: Show All Patients on Startup

This commit is contained in:
Dominik Säume 2024-04-02 09:27:06 +02:00
parent c5de48dd7d
commit 2eff1a8417
Signed by: SZUT-Dominik
GPG key ID: 67D15BB250B41E7C

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) {