summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorMartin Weick <e1627760@student.tuwien.ac.at>2018-05-04 20:49:13 +0200
committerMartin Weick <e1627760@student.tuwien.ac.at>2018-05-04 20:49:13 +0200
commitfc4fe6e5a26b162a6f568c7ad6a08abc62a4f7a6 (patch)
treebe506716ca2e664fded02be61e89437fb802baa6 /src/main/resources
parentc9fa478b80680ac5634a47d7de9f9d5cde9cda4c (diff)
downloadsepm-groupproject-fc4fe6e5a26b162a6f568c7ad6a08abc62a4f7a6.tar.gz
sepm-groupproject-fc4fe6e5a26b162a6f568c7ad6a08abc62a4f7a6.tar.xz
sepm-groupproject-fc4fe6e5a26b162a6f568c7ad6a08abc62a4f7a6.zip
Move CreateCarController to package 'controller'
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/controller/createCar.fxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/controller/createCar.fxml b/src/main/resources/controller/createCar.fxml
index 2daac67..b0898da 100644
--- a/src/main/resources/controller/createCar.fxml
+++ b/src/main/resources/controller/createCar.fxml
@@ -6,7 +6,7 @@
<?import javafx.scene.layout.AnchorPane?>
-<AnchorPane prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.uicontroller.CreateCarController">
+<AnchorPane prefHeight="400.0" prefWidth="600.0" 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.CreateCarController">
<children>
<ChoiceBox fx:id="cmb_Ctyp" layoutX="14.0" layoutY="14.0" prefWidth="150.0" />
<ChoiceBox fx:id="cmb_typ" layoutX="191.0" layoutY="14.0" prefWidth="150.0" />