aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/controller/createCar.fxml
diff options
context:
space:
mode:
authorMartin Weick <e1627760@student.tuwien.ac.at>2018-05-04 21:06:11 +0200
committerMartin Weick <e1627760@student.tuwien.ac.at>2018-05-04 21:06:11 +0200
commitec7198e92ff6cff8844932b54d5319e031dea9a7 (patch)
treea7103b678ff394be98070125f0f7f922de3f4691 /src/main/resources/controller/createCar.fxml
parentfdd324577135e02bb9dac3c11b04e36bb4076d73 (diff)
downloadsepm-groupproject-ec7198e92ff6cff8844932b54d5319e031dea9a7.tar.gz
sepm-groupproject-ec7198e92ff6cff8844932b54d5319e031dea9a7.tar.xz
sepm-groupproject-ec7198e92ff6cff8844932b54d5319e031dea9a7.zip
Move createCar.fxml to fxml folder
Diffstat (limited to 'src/main/resources/controller/createCar.fxml')
-rw-r--r--src/main/resources/controller/createCar.fxml17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/main/resources/controller/createCar.fxml b/src/main/resources/controller/createCar.fxml
deleted file mode 100644
index b0898da..0000000
--- a/src/main/resources/controller/createCar.fxml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.scene.control.Button?>
-<?import javafx.scene.control.CheckBox?>
-<?import javafx.scene.control.ChoiceBox?>
-<?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.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" />
- <Button fx:id="btn_cancel" layoutX="500.0" layoutY="14.0" mnemonicParsing="false" text="abbrechen" />
- <Button fx:id="btn_create" layoutX="500.0" layoutY="53.0" mnemonicParsing="false" onAction="#createCar" text="Erstellen" />
- <CheckBox fx:id="cbx_NEF" layoutX="14.0" layoutY="57.0" mnemonicParsing="false" text="NEF - Halterung" />
- </children>
-</AnchorPane>