|
|
|
@ -1,5 +1,7 @@
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?import javafx.geometry.*?>
|
|
|
|
|
|
|
|
<?import javafx.scene.web.*?>
|
|
|
|
<?import javafx.scene.text.*?>
|
|
|
|
<?import javafx.scene.text.*?>
|
|
|
|
<?import javafx.scene.canvas.*?>
|
|
|
|
<?import javafx.scene.canvas.*?>
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
@ -8,36 +10,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
<AnchorPane xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="seng302.Controllers.RaceController">
|
|
|
|
<AnchorPane xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="seng302.Controllers.RaceController">
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
<SplitPane dividerPositions="0.65" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
<GridPane fx:id="startScreen" prefHeight="600.0" prefWidth="780.0">
|
|
|
|
|
|
|
|
<columnConstraints>
|
|
|
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="189.0" minWidth="10.0" prefWidth="93.0" />
|
|
|
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="372.0" minWidth="10.0" prefWidth="184.0" />
|
|
|
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="394.0" minWidth="10.0" prefWidth="192.0" />
|
|
|
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="416.0" minWidth="10.0" prefWidth="273.0" />
|
|
|
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="416.0" minWidth="10.0" prefWidth="57.0" />
|
|
|
|
|
|
|
|
</columnConstraints>
|
|
|
|
|
|
|
|
<rowConstraints>
|
|
|
|
|
|
|
|
<RowConstraints maxHeight="241.0" minHeight="10.0" prefHeight="102.0" vgrow="SOMETIMES" />
|
|
|
|
|
|
|
|
<RowConstraints maxHeight="383.0" minHeight="10.0" prefHeight="227.0" vgrow="SOMETIMES" />
|
|
|
|
|
|
|
|
<RowConstraints maxHeight="369.0" minHeight="10.0" prefHeight="59.0" vgrow="SOMETIMES" />
|
|
|
|
|
|
|
|
<RowConstraints maxHeight="369.0" minHeight="10.0" prefHeight="38.0" vgrow="SOMETIMES" />
|
|
|
|
|
|
|
|
<RowConstraints maxHeight="178.0" minHeight="10.0" prefHeight="178.0" vgrow="SOMETIMES" />
|
|
|
|
|
|
|
|
</rowConstraints>
|
|
|
|
|
|
|
|
<children>
|
|
|
|
|
|
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Select Your Race Scaling:" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<Font size="23.0" />
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
<Button mnemonicParsing="false" onAction="#startRace1Min" text="15x faster" GridPane.columnIndex="1" GridPane.rowIndex="2" />
|
|
|
|
|
|
|
|
<Button mnemonicParsing="false" onAction="#startRaceNoScaling" text="No scaling" GridPane.columnIndex="3" GridPane.rowIndex="2" />
|
|
|
|
|
|
|
|
<Button mnemonicParsing="false" onAction="#startRace5Min" text="3x faster" GridPane.columnIndex="2" GridPane.rowIndex="2" />
|
|
|
|
|
|
|
|
<Label alignment="CENTER" text="Race will take ~1 minute" GridPane.columnIndex="1" GridPane.rowIndex="3">
|
|
|
|
|
|
|
|
<opaqueInsets>
|
|
|
|
|
|
|
|
<Insets />
|
|
|
|
|
|
|
|
</opaqueInsets>
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<Font size="10.0" />
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
</Label>
|
|
|
|
|
|
|
|
<Label alignment="CENTER" layoutX="99.0" layoutY="407.0" text="Race will take ~5 minutes" GridPane.columnIndex="2" GridPane.rowIndex="3">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<Font size="10.0" />
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
<opaqueInsets>
|
|
|
|
|
|
|
|
<Insets />
|
|
|
|
|
|
|
|
</opaqueInsets>
|
|
|
|
|
|
|
|
</Label>
|
|
|
|
|
|
|
|
<Label alignment="CENTER" layoutX="279.0" layoutY="407.0" text="Race will take ~15 minutes" GridPane.columnIndex="3" GridPane.rowIndex="3">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<Font size="10.0" />
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
<opaqueInsets>
|
|
|
|
|
|
|
|
<Insets />
|
|
|
|
|
|
|
|
</opaqueInsets>
|
|
|
|
|
|
|
|
</Label>
|
|
|
|
|
|
|
|
</children>
|
|
|
|
|
|
|
|
</GridPane>
|
|
|
|
|
|
|
|
<SplitPane fx:id="ongoingRacePane" dividerPositions="0.5" visible="false" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
<items>
|
|
|
|
<items>
|
|
|
|
<AnchorPane fx:id="canvasBase" prefHeight="581.0" prefWidth="537.0">
|
|
|
|
<AnchorPane fx:id="canvasBase" prefHeight="581.0" prefWidth="537.0">
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
<Label fx:id="timer" layoutX="45.0" layoutY="146.0" text="0:0" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
|
|
|
<Label fx:id="timer" layoutX="45.0" layoutY="146.0" text="0:0" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
|
|
|
<GridPane fx:id="startScreen" prefHeight="600.0" prefWidth="780.0">
|
|
|
|
</children>
|
|
|
|
<columnConstraints>
|
|
|
|
</AnchorPane>
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="189.0" minWidth="10.0" prefWidth="93.0" />
|
|
|
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="372.0" minWidth="10.0" prefWidth="184.0" />
|
|
|
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="394.0" minWidth="10.0" prefWidth="192.0" />
|
|
|
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="416.0" minWidth="10.0" prefWidth="273.0" />
|
|
|
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="416.0" minWidth="10.0" prefWidth="57.0" />
|
|
|
|
|
|
|
|
</columnConstraints>
|
|
|
|
|
|
|
|
<rowConstraints>
|
|
|
|
|
|
|
|
<RowConstraints maxHeight="241.0" minHeight="10.0" prefHeight="79.0" vgrow="SOMETIMES" />
|
|
|
|
|
|
|
|
<RowConstraints maxHeight="383.0" minHeight="10.0" prefHeight="178.0" vgrow="SOMETIMES" />
|
|
|
|
|
|
|
|
<RowConstraints maxHeight="369.0" minHeight="10.0" prefHeight="194.0" vgrow="SOMETIMES" />
|
|
|
|
|
|
|
|
<RowConstraints maxHeight="149.0" minHeight="10.0" prefHeight="149.0" vgrow="SOMETIMES" />
|
|
|
|
|
|
|
|
</rowConstraints>
|
|
|
|
|
|
|
|
<children>
|
|
|
|
|
|
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Select Your Race Duration:" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<Font size="23.0" />
|
|
|
|
|
|
|
|
</font></Text>
|
|
|
|
|
|
|
|
<Button mnemonicParsing="false" onAction="#startRace1Min" text="1 minutes" GridPane.columnIndex="1" GridPane.rowIndex="2" />
|
|
|
|
|
|
|
|
<Button mnemonicParsing="false" onAction="#startRaceNoScaling" text="Real time" GridPane.columnIndex="3" GridPane.rowIndex="2" />
|
|
|
|
|
|
|
|
<Button mnemonicParsing="false" onAction="#startRace5Min" text="5 minutes" GridPane.columnIndex="2" GridPane.rowIndex="2" />
|
|
|
|
|
|
|
|
</children>
|
|
|
|
|
|
|
|
</GridPane>
|
|
|
|
|
|
|
|
</children></AnchorPane>
|
|
|
|
|
|
|
|
<AnchorPane layoutX="450.0" minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="200.0" GridPane.columnIndex="1">
|
|
|
|
<AnchorPane layoutX="450.0" minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="200.0" GridPane.columnIndex="1">
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
<TableView fx:id="boatInfoTable" layoutX="-2.0" prefHeight="600.0" prefWidth="264.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="-2.0" AnchorPane.rightAnchor="-62.0" AnchorPane.topAnchor="0.0">
|
|
|
|
<TableView fx:id="boatInfoTable" layoutX="-2.0" prefHeight="600.0" prefWidth="264.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="-2.0" AnchorPane.rightAnchor="-62.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|