|
|
|
@ -1,5 +1,11 @@
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?import java.lang.*?>
|
|
|
|
|
|
|
|
<?import javafx.geometry.*?>
|
|
|
|
|
|
|
|
<?import javafx.scene.chart.*?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
|
|
|
|
<?import javafx.scene.text.*?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
<?import javafx.scene.chart.LineChart?>
|
|
|
|
<?import javafx.scene.chart.LineChart?>
|
|
|
|
<?import javafx.scene.chart.NumberAxis?>
|
|
|
|
<?import javafx.scene.chart.NumberAxis?>
|
|
|
|
@ -22,7 +28,7 @@
|
|
|
|
<?import javafx.scene.layout.StackPane?>
|
|
|
|
<?import javafx.scene.layout.StackPane?>
|
|
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
|
|
|
|
|
|
|
|
<SplitPane fx:id="racePane" prefHeight="431.0" prefWidth="610.0" visible="true" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1" fx:controller="visualiser.Controllers.RaceViewController">
|
|
|
|
<SplitPane fx:id="racePane" prefHeight="431.0" prefWidth="610.0" visible="true" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="visualiser.Controllers.RaceViewController">
|
|
|
|
<items>
|
|
|
|
<items>
|
|
|
|
<StackPane fx:id="newPane" prefHeight="150.0" prefWidth="200.0">
|
|
|
|
<StackPane fx:id="newPane" prefHeight="150.0" prefWidth="200.0">
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
@ -79,7 +85,7 @@
|
|
|
|
</Accordion>
|
|
|
|
</Accordion>
|
|
|
|
</children>
|
|
|
|
</children>
|
|
|
|
</Pane>
|
|
|
|
</Pane>
|
|
|
|
<Label fx:id="timer" maxHeight="20.0" text="0:0" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
|
|
|
<Label fx:id="timer" alignment="CENTER" maxHeight="20.0" text="0:0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
<font>
|
|
|
|
<font>
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
</font>
|
|
|
|
</font>
|
|
|
|
@ -89,7 +95,7 @@
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
</font>
|
|
|
|
</font>
|
|
|
|
</Label>
|
|
|
|
</Label>
|
|
|
|
<Label fx:id="timeZone" text="Label" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
|
|
|
<Label fx:id="timeZone" text="Label" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
<font>
|
|
|
|
<font>
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
</font>
|
|
|
|
</font>
|
|
|
|
@ -103,6 +109,7 @@
|
|
|
|
</children>
|
|
|
|
</children>
|
|
|
|
</StackPane>
|
|
|
|
</StackPane>
|
|
|
|
<Label fx:id="tutorialText" alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" style="-fx-border-color: orange; -fx-border-radius: 5px; -fx-background-color: #ffffcc; -fx-text-fill: #3399ff; -fx-border-width: 3; -fx-border-insets: -3;" text="This is the tutorial text" visible="false" AnchorPane.leftAnchor="150.0" AnchorPane.rightAnchor="150.0" AnchorPane.topAnchor="100.0" />
|
|
|
|
<Label fx:id="tutorialText" alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" style="-fx-border-color: orange; -fx-border-radius: 5px; -fx-background-color: #ffffcc; -fx-text-fill: #3399ff; -fx-border-width: 3; -fx-border-insets: -3;" text="This is the tutorial text" visible="false" AnchorPane.leftAnchor="150.0" AnchorPane.rightAnchor="150.0" AnchorPane.topAnchor="100.0" />
|
|
|
|
|
|
|
|
<StackPane fx:id="speedPane" prefHeight="150.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
|
|
|
</children>
|
|
|
|
</children>
|
|
|
|
</AnchorPane>
|
|
|
|
</AnchorPane>
|
|
|
|
<AnchorPane fx:id="infoWrapper" focusTraversable="true" minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="200.0" visible="false">
|
|
|
|
<AnchorPane fx:id="infoWrapper" focusTraversable="true" minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="200.0" visible="false">
|
|
|
|
|