From 6f3f64297be1f694e73db616ff000dfede211965 Mon Sep 17 00:00:00 2001 From: Viktoria Pundy Date: Sat, 26 May 2018 16:00:10 +0200 Subject: Included fxml-Files Included fxml-Files "ArchiveOperation", "createCar", "listEmployees" and "RegistrationWindow" in "CreateOperationController". Therefore these windows are not standalone windows anymore but part of the main window. Additionally, methods were added to their respective controllers in order to show and hide the windows --- src/main/resources/fxml/ArchiveOperation.fxml | 7 +++---- src/main/resources/fxml/CreateOperationController.fxml | 5 ++++- src/main/resources/fxml/RegistrationWindow.fxml | 2 +- src/main/resources/fxml/createCar.fxml | 4 ++-- src/main/resources/fxml/listEmployees.fxml | 2 +- 5 files changed, 11 insertions(+), 9 deletions(-) (limited to 'src/main/resources/fxml') diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index 88b5b39..7eace12 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -7,15 +7,14 @@ - + - - + - + diff --git a/src/main/resources/fxml/CreateOperationController.fxml b/src/main/resources/fxml/CreateOperationController.fxml index 0a09611..ba27f53 100644 --- a/src/main/resources/fxml/CreateOperationController.fxml +++ b/src/main/resources/fxml/CreateOperationController.fxml @@ -66,7 +66,6 @@ styleClass="text-small" textFill="WHITE"> - @@ -85,4 +84,8 @@ style="-fx-background-color: rgba(0,0,0,0.7);" visible="false"/> + + + + diff --git a/src/main/resources/fxml/RegistrationWindow.fxml b/src/main/resources/fxml/RegistrationWindow.fxml index 0394ca7..a138d02 100644 --- a/src/main/resources/fxml/RegistrationWindow.fxml +++ b/src/main/resources/fxml/RegistrationWindow.fxml @@ -12,7 +12,7 @@ - + diff --git a/src/main/resources/fxml/createCar.fxml b/src/main/resources/fxml/createCar.fxml index cefac82..99cd7b0 100644 --- a/src/main/resources/fxml/createCar.fxml +++ b/src/main/resources/fxml/createCar.fxml @@ -6,11 +6,11 @@ - + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2 From e6da98587039e1fd1e4513ee14522834d77aafc5 Mon Sep 17 00:00:00 2001 From: Dominic Rogetzer Date: Sat, 16 Jun 2018 10:54:58 +0200 Subject: Style label and textbox on filterEmployees fxml [#28618] --- src/main/resources/fxml/filterEmployeesControl.fxml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'src/main/resources/fxml') diff --git a/src/main/resources/fxml/filterEmployeesControl.fxml b/src/main/resources/fxml/filterEmployeesControl.fxml index 67d9c78..55c80d8 100644 --- a/src/main/resources/fxml/filterEmployeesControl.fxml +++ b/src/main/resources/fxml/filterEmployeesControl.fxml @@ -1,6 +1,5 @@ - @@ -8,15 +7,17 @@ -