|
|
|
|
@ -1,5 +1,12 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<?import java.lang.*?>
|
|
|
|
|
<?import javafx.geometry.*?>
|
|
|
|
|
<?import javafx.scene.chart.*?>
|
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
|
<?import javafx.scene.image.*?>
|
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
|
<?import javafx.scene.text.*?>
|
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
|
<?import javafx.scene.chart.LineChart?>
|
|
|
|
|
<?import javafx.scene.chart.NumberAxis?>
|
|
|
|
|
@ -24,7 +31,7 @@
|
|
|
|
|
<?import javafx.scene.layout.StackPane?>
|
|
|
|
|
<?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>
|
|
|
|
|
<StackPane fx:id="newPane" prefHeight="150.0" prefWidth="200.0">
|
|
|
|
|
<children>
|
|
|
|
|
@ -217,14 +224,11 @@
|
|
|
|
|
<Image url="@../../images/raceViewUI_UpperMiddle.png" />
|
|
|
|
|
</image>
|
|
|
|
|
</ImageView>
|
|
|
|
|
<StackPane fx:id="arrowPane" alignment="TOP_CENTER" mouseTransparent="true" prefHeight="150.0" prefWidth="150.0" snapToPixel="false" StackPane.alignment="TOP_CENTER">
|
|
|
|
|
<children>
|
|
|
|
|
<fx:include fx:id="arrow" source="arrow.fxml" />
|
|
|
|
|
</children>
|
|
|
|
|
<padding>
|
|
|
|
|
<Insets left="2.0" top="5.0" />
|
|
|
|
|
</padding>
|
|
|
|
|
</StackPane>
|
|
|
|
|
<StackPane fx:id="arrowPane" maxHeight="60.0" maxWidth="60.0" minHeight="60.0" minWidth="60.0" prefHeight="60.0" prefWidth="60.0" StackPane.alignment="BOTTOM_CENTER">
|
|
|
|
|
<StackPane.margin>
|
|
|
|
|
<Insets bottom="25.0" left="2.0" />
|
|
|
|
|
</StackPane.margin>
|
|
|
|
|
</StackPane>
|
|
|
|
|
<Label fx:id="timer" alignment="CENTER" maxHeight="20.0" mouseTransparent="true" text="0:0" StackPane.alignment="TOP_CENTER">
|
|
|
|
|
<font>
|
|
|
|
|
<Font size="9.0" />
|
|
|
|
|
|