summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorMartin Weick <e1627760@student.tuwien.ac.at>2018-05-04 11:06:42 +0200
committerTharre <tharre3@gmail.com>2018-05-04 20:37:04 +0200
commit0c8e84cf27f3477b1287295f8dec2e0d1e4039d0 (patch)
tree97e45d9a1184611ae19ade49e9e94421b1d9c706 /src/main/resources
parent97257c52df0e9ff5d3965d317c2c912f274bf539 (diff)
downloadsepm-groupproject-0c8e84cf27f3477b1287295f8dec2e0d1e4039d0.tar.gz
sepm-groupproject-0c8e84cf27f3477b1287295f8dec2e0d1e4039d0.tar.xz
sepm-groupproject-0c8e84cf27f3477b1287295f8dec2e0d1e4039d0.zip
Implement vehicleAdd, start creating tests
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 600d7fb..2daac67 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.uicontroller.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" />