From 2ce4e7f6a0194c8428882216ad30821eb9e8eb8b Mon Sep 17 00:00:00 2001 From: Viktoria Pundy Date: Thu, 31 May 2018 09:24:48 +0200 Subject: Added fxml and controller for archived operations [#27299] Created fxml-file for archived operations. Additionally, a controller was created to fill the pane with information about an archived Operation. Furthermore, the already existing controller archiveOperationController was adjusted to created these panes according to the existing archived operations. --- src/main/resources/fxml/ArchiveOperation.fxml | 8 ++-- src/main/resources/fxml/OperationInArchive.fxml | 60 +++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 4 deletions(-) create mode 100644 src/main/resources/fxml/OperationInArchive.fxml (limited to 'src/main/resources') diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index 8598350..21662fd 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -9,14 +9,14 @@ - + - + - + - + diff --git a/src/main/resources/fxml/OperationInArchive.fxml b/src/main/resources/fxml/OperationInArchive.fxml new file mode 100644 index 0000000..43ac14b --- /dev/null +++ b/src/main/resources/fxml/OperationInArchive.fxml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2