[#2]: Show All Patients on Startup
This commit is contained in:
parent
c5de48dd7d
commit
2eff1a8417
1 changed files with 4 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue