|
|
|
|
@ -1,12 +1,5 @@
|
|
|
|
|
<?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?>
|
|
|
|
|
@ -31,7 +24,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" 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.0.112" xmlns:fx="http://javafx.com/fxml/1" fx:controller="visualiser.Controllers.RaceViewController">
|
|
|
|
|
<items>
|
|
|
|
|
<StackPane fx:id="newPane" prefHeight="150.0" prefWidth="200.0">
|
|
|
|
|
<children>
|
|
|
|
|
@ -44,13 +37,6 @@
|
|
|
|
|
<rowConstraints>
|
|
|
|
|
<RowConstraints minHeight="10.0" vgrow="SOMETIMES" />
|
|
|
|
|
</rowConstraints>
|
|
|
|
|
<children>
|
|
|
|
|
<StackPane fx:id="nextMarkPane" alignment="TOP_CENTER" mouseTransparent="true" prefHeight="150.0" prefWidth="150.0" snapToPixel="false">
|
|
|
|
|
<children>
|
|
|
|
|
<fx:include fx:id="nextMark" source="nextMark.fxml" />
|
|
|
|
|
</children>
|
|
|
|
|
</StackPane>
|
|
|
|
|
</children>
|
|
|
|
|
</GridPane>
|
|
|
|
|
<Pane prefHeight="200.0" prefWidth="400.0" visible="false">
|
|
|
|
|
<children>
|
|
|
|
|
@ -235,6 +221,14 @@
|
|
|
|
|
<StackPane.margin>
|
|
|
|
|
<Insets bottom="25.0" left="2.0" />
|
|
|
|
|
</StackPane.margin>
|
|
|
|
|
</StackPane>
|
|
|
|
|
<StackPane fx:id="nextMarkPane" alignment="TOP_CENTER" mouseTransparent="true" prefHeight="150.0" prefWidth="150.0" snapToPixel="false">
|
|
|
|
|
<children>
|
|
|
|
|
<fx:include fx:id="nextMark" source="nextMark.fxml" />
|
|
|
|
|
</children>
|
|
|
|
|
<StackPane.margin>
|
|
|
|
|
<Insets top="4.0" />
|
|
|
|
|
</StackPane.margin>
|
|
|
|
|
</StackPane>
|
|
|
|
|
<Label fx:id="timer" alignment="CENTER" maxHeight="20.0" mouseTransparent="true" text="0:0" StackPane.alignment="TOP_CENTER">
|
|
|
|
|
<font>
|
|
|
|
|
|