aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml
diff options
context:
space:
mode:
authorAndreas Weninger <e01526989@student.tuwien.ac.at>2018-05-14 19:21:54 +0200
committerTharre <tharre3@gmail.com>2018-05-21 16:35:11 +0200
commit07c485c63e94e7508bad2ec2c7b385f5a102f720 (patch)
treecbc0d610866444562de28f9f3995c764279b2d19 /src/main/resources/fxml
parent689d8f9b2092473c7c10c8a39744c8a2c8765ce4 (diff)
downloadsepm-groupproject-07c485c63e94e7508bad2ec2c7b385f5a102f720.tar.gz
sepm-groupproject-07c485c63e94e7508bad2ec2c7b385f5a102f720.tar.xz
sepm-groupproject-07c485c63e94e7508bad2ec2c7b385f5a102f720.zip
StatusMenu
Diffstat (limited to 'src/main/resources/fxml')
-rw-r--r--src/main/resources/fxml/statusMenu.fxml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/fxml/statusMenu.fxml b/src/main/resources/fxml/statusMenu.fxml
new file mode 100644
index 0000000..57b152a
--- /dev/null
+++ b/src/main/resources/fxml/statusMenu.fxml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<?import javafx.scene.layout.AnchorPane?>
+<AnchorPane xmlns="http://javafx.com/javafx"
+ xmlns:fx="http://javafx.com/fxml"
+ fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.controller.StatusMenuController"
+ prefHeight="400.0" prefWidth="600.0">
+
+</AnchorPane>