summaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/ArchiveOperation.fxml
diff options
context:
space:
mode:
authorViktoria Pundy <viktoria.pundy@aon.at>2018-06-02 20:18:32 +0200
committerTharre <tharre3@gmail.com>2018-06-13 18:35:20 +0200
commit508353d4f9d0d6716cabc70f5e9c6c2712264a9b (patch)
treeff00244cd7468396f980ec0de55350ef41ba3894 /src/main/resources/fxml/ArchiveOperation.fxml
parent8e9d7d1cb5ffd184ee63706350fa664aa9007fa6 (diff)
downloadsepm-groupproject-508353d4f9d0d6716cabc70f5e9c6c2712264a9b.tar.gz
sepm-groupproject-508353d4f9d0d6716cabc70f5e9c6c2712264a9b.tar.xz
sepm-groupproject-508353d4f9d0d6716cabc70f5e9c6c2712264a9b.zip
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
Diffstat (limited to 'src/main/resources/fxml/ArchiveOperation.fxml')
-rw-r--r--src/main/resources/fxml/ArchiveOperation.fxml2
1 files changed, 2 insertions, 0 deletions
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 @@
<?import javafx.scene.control.Hyperlink?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.ScrollPane?>
+<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.FlowPane?>
@@ -63,6 +64,7 @@
<Font name="System Bold" size="18.0" />
</font>
</Label>
+ <ImageView fx:id="imvVehicleDetail" fitHeight="34.0" fitWidth="34.0" layoutX="14.0" layoutY="97.0" pickOnBounds="true" preserveRatio="true" />
</children>
</AnchorPane>
<ScrollPane fitToWidth="true" prefHeight="410.0" prefWidth="840.0" AnchorPane.leftAnchor="82.0" AnchorPane.topAnchor="225.0">