aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorViktoria Pundy <viktoria.pundy@aon.at>2018-05-04 12:06:52 +0200
committerViktoria Pundy <viktoria.pundy@aon.at>2018-05-06 18:12:30 +0200
commitfa0991ed6d68e8658f7e413f4a765f12791486bf (patch)
tree8f181c4d9fb82d73a684073a63035086db3109bb /src/main/resources
parent3cf6a6ad7c46b82a77691f7c42e2e9b53967570c (diff)
downloadsepm-groupproject-fa0991ed6d68e8658f7e413f4a765f12791486bf.tar.gz
sepm-groupproject-fa0991ed6d68e8658f7e413f4a765f12791486bf.tar.xz
sepm-groupproject-fa0991ed6d68e8658f7e413f4a765f12791486bf.zip
Finished implementing needed methods in Persistence layer, added some validation factors for operation validation;
Added methods to ui to add/remove vehicles to operation, created dummy vehicles
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fxml/CreateOperationController.fxml (renamed from src/main/resources/fxmlFiles/CreateOperationController.fxml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fxmlFiles/CreateOperationController.fxml b/src/main/resources/fxml/CreateOperationController.fxml
index 7b188fd..949d4ec 100644
--- a/src/main/resources/fxmlFiles/CreateOperationController.fxml
+++ b/src/main/resources/fxml/CreateOperationController.fxml
@@ -27,7 +27,7 @@
<Font size="19.0" />
</font>
</Label>
- <TextField fx:id="txtCode" layoutX="14.0" layoutY="48.0" prefHeight="39.0" prefWidth="163.0" text="ALP-95E7">
+ <TextField fx:id="txtCode" layoutX="14.0" layoutY="48.0" prefHeight="39.0" prefWidth="163.0">
<font>
<Font name="System Bold" size="20.0" />
</font>
@@ -39,7 +39,7 @@
</TextField>
<TextField fx:id="txtNote" layoutX="587.0" layoutY="48.0" prefHeight="39.0" prefWidth="319.0">
<font>
- <Font size="20.0" />
+ <Font name="System Bold" size="20.0" />
</font>
</TextField>
<Label layoutX="14.0" layoutY="101.0" prefHeight="30.0" prefWidth="102.0" text="Fahrzeuge:">