#7 MainWindowController Tabs added
This commit is contained in:
parent
754535ca73
commit
e5af026223
1 changed files with 8 additions and 0 deletions
|
@ -33,6 +33,14 @@ public class MainWindowController {
|
||||||
@FXML
|
@FXML
|
||||||
private Tab treatmentTab;
|
private Tab treatmentTab;
|
||||||
@FXML
|
@FXML
|
||||||
|
private AnchorPane activeTreatmentPage;
|
||||||
|
@FXML
|
||||||
|
private Tab activeTreatmentTab;
|
||||||
|
@FXML
|
||||||
|
private AnchorPane lockedTreatmentPage;
|
||||||
|
@FXML
|
||||||
|
private Tab lockedTreatmentTab;
|
||||||
|
@FXML
|
||||||
private Tab nurseTab;
|
private Tab nurseTab;
|
||||||
@FXML
|
@FXML
|
||||||
private TabPane nurseTabPane;
|
private TabPane nurseTabPane;
|
||||||
|
|
Loading…
Reference in a new issue