|
|
|
|
@ -28,11 +28,7 @@
|
|
|
|
|
<?import javafx.scene.layout.StackPane?>
|
|
|
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
|
|
|
|
|
|
<SplitPane fx:id="racePane" dividerPositions="1.0" 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" dividerPositions="1.0" 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>
|
|
|
|
|
@ -89,17 +85,27 @@
|
|
|
|
|
</Accordion>
|
|
|
|
|
</children>
|
|
|
|
|
</Pane>
|
|
|
|
|
<Label fx:id="timer" maxHeight="20.0" text="0:0" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
|
|
|
|
<StackPane fx:id="arrowPane" alignment="TOP_RIGHT" mouseTransparent="true" prefHeight="150.0" prefWidth="150.0" snapToPixel="false" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|
<children>
|
|
|
|
|
<fx:include fx:id="arrow" source="arrow.fxml" />
|
|
|
|
|
</children>
|
|
|
|
|
</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" />
|
|
|
|
|
<StackPane fx:id="speedPane" prefHeight="150.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
|
|
|
|
<children>
|
|
|
|
|
<Label text="HELLO!" />
|
|
|
|
|
</children></StackPane>
|
|
|
|
|
<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 name="System Bold" size="15.0" />
|
|
|
|
|
</font>
|
|
|
|
|
</Label>
|
|
|
|
|
<Label fx:id="FPS" text="FPS: 0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0">
|
|
|
|
|
<Label fx:id="FPS" text="FPS: 000" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|
<font>
|
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
|
</font>
|
|
|
|
|
</Label>
|
|
|
|
|
<Label fx:id="timeZone" text="Label" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
|
|
|
|
<Label fx:id="timeZone" layoutX="8.0" layoutY="-6.0" text="Label" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|
<font>
|
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
|
</font>
|
|
|
|
|
@ -107,12 +113,6 @@
|
|
|
|
|
<Insets bottom="20.0" />
|
|
|
|
|
</padding>
|
|
|
|
|
</Label>
|
|
|
|
|
<StackPane fx:id="arrowPane" alignment="TOP_RIGHT" mouseTransparent="true" prefHeight="150.0" prefWidth="150.0" snapToPixel="false" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|
<children>
|
|
|
|
|
<fx:include fx:id="arrow" source="arrow.fxml" />
|
|
|
|
|
</children>
|
|
|
|
|
</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" />
|
|
|
|
|
</children>
|
|
|
|
|
</AnchorPane>
|
|
|
|
|
</children>
|
|
|
|
|
|