diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-05-26 17:02:18 +0200 |
---|---|---|
committer | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-05-26 17:02:18 +0200 |
commit | 4725b91b94a915e20736ba59c5e07f1249f2bca1 (patch) | |
tree | 7f7049ab798a852faeca1fb83635c3263dd33e00 /src/main/resources/fxml/ArchiveOperation.fxml | |
parent | 8a3d40822b0812b90c0393dead740da64bff54ed (diff) | |
download | sepm-groupproject-4725b91b94a915e20736ba59c5e07f1249f2bca1.tar.gz sepm-groupproject-4725b91b94a915e20736ba59c5e07f1249f2bca1.tar.xz sepm-groupproject-4725b91b94a915e20736ba59c5e07f1249f2bca1.zip |
Added back links for extra windows to get back to main window
Diffstat (limited to 'src/main/resources/fxml/ArchiveOperation.fxml')
-rw-r--r-- | src/main/resources/fxml/ArchiveOperation.fxml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index 7eace12..2f55b24 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -9,7 +9,7 @@ <AnchorPane fx:id="archiveOperationAP" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="650.0" prefWidth="800.0" style="-fx-background-color: BLACK;" visible="false" xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.controller.ArchiveOperationController"> <children> - <ScrollPane prefHeight="650.0" prefWidth="800.0" AnchorPane.leftAnchor="0.0"> + <ScrollPane layoutY="100.0" prefHeight="550.0" prefWidth="800.0" AnchorPane.leftAnchor="0.0"> <content> <FlowPane fx:id="archiveOperationFlowPane" prefHeight="650.0" prefWidth="800.0" /> </content> @@ -65,5 +65,14 @@ </ScrollPane> </children> </AnchorPane> + <AnchorPane prefHeight="100.0" prefWidth="800.0" style="-fx-background-color: BROWN;"> + <children> + <Hyperlink layoutX="713.0" layoutY="16.0" onAction="#backToMain" text="Zurück" textFill="WHITE"> + <font> + <Font name="System Bold" size="16.0" /> + </font> + </Hyperlink> + </children> + </AnchorPane> </children> </AnchorPane> |