|
|
|
@ -1,15 +1,26 @@
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?import java.lang.*?>
|
|
|
|
|
|
|
|
<?import javafx.geometry.*?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
|
|
|
|
<?import javafx.scene.image.*?>
|
|
|
|
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
|
|
|
|
<?import javafx.scene.text.*?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
|
<?import javafx.scene.control.Label?>
|
|
|
|
<?import javafx.scene.control.Label?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.SplitPane?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.TableColumn?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.TableView?>
|
|
|
|
|
|
|
|
<?import javafx.scene.image.Image?>
|
|
|
|
|
|
|
|
<?import javafx.scene.image.ImageView?>
|
|
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
|
|
<?import javafx.scene.layout.ColumnConstraints?>
|
|
|
|
<?import javafx.scene.layout.ColumnConstraints?>
|
|
|
|
<?import javafx.scene.layout.GridPane?>
|
|
|
|
<?import javafx.scene.layout.GridPane?>
|
|
|
|
<?import javafx.scene.layout.RowConstraints?>
|
|
|
|
<?import javafx.scene.layout.RowConstraints?>
|
|
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
|
|
|
|
|
|
|
|
<AnchorPane fx:id="gameLobbyWrapper" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="780.0" xmlns="http://javafx.com/javafx/8.0.111" xmlns:fx="http://javafx.com/fxml/1" fx:controller="visualiser.Controllers.InGameLobbyController">
|
|
|
|
<AnchorPane fx:id="gameLobbyWrapper" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="780.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="visualiser.Controllers.InGameLobbyController">
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
<GridPane AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
<GridPane AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
@ -82,5 +93,17 @@
|
|
|
|
<RowConstraints maxHeight="80.0" minHeight="80.0" prefHeight="80.0" vgrow="SOMETIMES" />
|
|
|
|
<RowConstraints maxHeight="80.0" minHeight="80.0" prefHeight="80.0" vgrow="SOMETIMES" />
|
|
|
|
</rowConstraints>
|
|
|
|
</rowConstraints>
|
|
|
|
</GridPane>
|
|
|
|
</GridPane>
|
|
|
|
|
|
|
|
<AnchorPane mouseTransparent="true" opacity="0.3" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: rgba(0, 0, 0, 1);" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|
|
|
|
<children>
|
|
|
|
|
|
|
|
<GridPane fx:id="animatedPane" opacity="0.42" style="-fx-background-color: rgba(0, 0, 0, 0.5);" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|
|
|
|
<columnConstraints>
|
|
|
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
|
|
|
|
|
|
</columnConstraints>
|
|
|
|
|
|
|
|
<rowConstraints>
|
|
|
|
|
|
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
|
|
|
|
|
|
</rowConstraints>
|
|
|
|
|
|
|
|
</GridPane>
|
|
|
|
|
|
|
|
</children>
|
|
|
|
|
|
|
|
</AnchorPane>
|
|
|
|
</children>
|
|
|
|
</children>
|
|
|
|
</AnchorPane>
|
|
|
|
</AnchorPane>
|
|
|
|
|