Browse Source

Testing gui update

Axel Nordh 5 years ago
parent
commit
2345735e0a
2 changed files with 14 additions and 0 deletions
  1. 6 0
      ATG/src/controllers/TestingTabController.java
  2. 8 0
      ATG/src/fxml/TestingTab.fxml

+ 6 - 0
ATG/src/controllers/TestingTabController.java

@@ -58,6 +58,12 @@ public class TestingTabController implements Initializable {
 
 	@FXML TextField topCountTextField;
 
+	@FXML TextField horseDriverSameOrderValue;
+	@FXML TextField horseDriverDistanceSameOrderValue;
+	@FXML TextField AllFourBasicSameOrderValue;
+	@FXML TextField AllSameOrderValue;
+
+
 	@FXML TextField combineHorseWeight;
 	@FXML TextField combineDriverWeight;
 

+ 8 - 0
ATG/src/fxml/TestingTab.fxml

@@ -126,6 +126,14 @@
                   <Label fx:id="driverAvgTimeByDistancePercentValue" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="3" />
                   <Label fx:id="customPercentageValue" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="4" />
                   <Label fx:id="combinedPercentageValue" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="5" />
+                  <Label alignment="CENTER" style="-fx-text-fill: BLACK;" text="Horse Driver Same order" GridPane.rowIndex="6" />
+                  <Label alignment="CENTER" style="-fx-text-fill: BLACK;" text="Horse- Driver- distance Same order" GridPane.rowIndex="7" />
+                  <Label alignment="CENTER" style="-fx-text-fill: BLACK;" text="All four basic the same" GridPane.rowIndex="8" />
+                  <Label fx:id="horseDriverSameOrderValue" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="6" />
+                  <Label fx:id="horseDriverDistanceSameOrderValue" prefWidth="17.0" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="7" />
+                  <Label fx:id="AllFourBasicSameOrderValue" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="8" />
+                  <Label fx:id="AllSameOrderValue" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="9" />
+                  <Label alignment="CENTER" style="-fx-text-fill: BLACK;" text="All the same" GridPane.rowIndex="9" />
                </children>
             </GridPane>
          </right>