Compare commits

..

2 commits

Author SHA1 Message Date
079f80c198 Merge pull request '[#2]: Show All Patients on Startup' (#3) from bug/no-default-page into main
Reviewed-on: #3
Reviewed-by: SZUT-Dorian <nemec.dorian@hotmail.com>
2024-04-09 10:09:45 +00:00
2eff1a8417
[#2]: Show All Patients on Startup 2024-04-02 09:27:06 +02: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) {