summaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/statusMenu.fxml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fxml/statusMenu.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>