From 508353d4f9d0d6716cabc70f5e9c6c2712264a9b Mon Sep 17 00:00:00 2001 From: Viktoria Pundy Date: Sat, 2 Jun 2018 20:18:32 +0200 Subject: Added fxml and controller for archive window [#27299] Added fxml-File, which contains a small window for the detail view in the archive window. It contains two vboxes, in which vehicle and staff are stored --- src/main/resources/fxml/ArchiveOperation.fxml | 2 ++ src/main/resources/fxml/DetailArchiveOperation.fxml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 src/main/resources/fxml/DetailArchiveOperation.fxml (limited to 'src/main/resources/fxml') diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index 0e4e3d7..13dbd12 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -4,6 +4,7 @@ + @@ -63,6 +64,7 @@ + diff --git a/src/main/resources/fxml/DetailArchiveOperation.fxml b/src/main/resources/fxml/DetailArchiveOperation.fxml new file mode 100644 index 0000000..29bdeb7 --- /dev/null +++ b/src/main/resources/fxml/DetailArchiveOperation.fxml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2