summaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/vehiclePane.fxml
diff options
context:
space:
mode:
authorAndreas Weninger <e01526989@student.tuwien.ac.at>2018-05-03 20:25:01 +0200
committerTharre <tharre3@gmail.com>2018-05-08 12:35:21 +0200
commitd1be1e7dc30f11084f4d7054612d02a230271514 (patch)
treed8393da966004305154a4dcf4240d4671902a56f /src/main/resources/fxml/vehiclePane.fxml
parente8aff26f9855c9106defd23c78d37c0907a0d97e (diff)
downloadsepm-groupproject-d1be1e7dc30f11084f4d7054612d02a230271514.tar.gz
sepm-groupproject-d1be1e7dc30f11084f4d7054612d02a230271514.tar.xz
sepm-groupproject-d1be1e7dc30f11084f4d7054612d02a230271514.zip
Empty skeleton for VehiclePane.
Diffstat (limited to 'src/main/resources/fxml/vehiclePane.fxml')
-rw-r--r--src/main/resources/fxml/vehiclePane.fxml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/resources/fxml/vehiclePane.fxml b/src/main/resources/fxml/vehiclePane.fxml
new file mode 100644
index 0000000..f6824dc
--- /dev/null
+++ b/src/main/resources/fxml/vehiclePane.fxml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<?import java.lang.*?>
+<?import java.util.*?>
+<?import javafx.scene.*?>
+<?import javafx.scene.control.*?>
+<?import javafx.scene.layout.*?>
+
+<AnchorPane xmlns="http://javafx.com/javafx"
+ xmlns:fx="http://javafx.com/fxml"
+ fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.ui.vehiclePane.VehiclePaneController"
+ prefHeight="400.0" prefWidth="600.0">
+
+</AnchorPane>