72 lines
3.2 KiB
XML
72 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
|
|
<HBox fx:id="mainHBox" maxHeight="1080.0" maxWidth="1920.0" minHeight="-Infinity" minWidth="-Infinity" prefHeight="1080.0" prefWidth="1920.0" xmlns="http://javafx.com/javafx/26" xmlns:fx="http://javafx.com/fxml/1" fx:controller="it.polimi.ingsw.gc14.View.GUI.MainFXMLController" stylesheets="@styles.css">
|
|
<children>
|
|
|
|
|
|
<VBox prefHeight="1080.0" prefWidth="1486.0" fillWidth="false" alignment="CENTER">
|
|
<HBox.margin>
|
|
<Insets top="5" right="5" bottom="5" left="5" />
|
|
</HBox.margin>
|
|
<children>
|
|
<HBox fx:id="upperList" prefHeight="220" minHeight="220" maxHeight="220" styleClass="card-list">
|
|
<VBox.margin>
|
|
<Insets top="5" right="5" bottom="5" left="5" />
|
|
</VBox.margin>
|
|
</HBox>
|
|
<HBox fx:id="board" prefHeight="255" minHeight="255" maxHeight="255" styleClass="card-list">
|
|
<VBox.margin>
|
|
<Insets top="5" right="5" bottom="5" left="5" />
|
|
</VBox.margin>
|
|
</HBox>
|
|
<HBox fx:id="lowerList" prefHeight="220" minHeight="220" maxHeight="220" styleClass="card-list">
|
|
<VBox.margin>
|
|
<Insets top="5" right="5" bottom="5" left="5" />
|
|
</VBox.margin>
|
|
</HBox>
|
|
<HBox fx:id="myHand" prefHeight="220" minHeight="220" maxHeight="220" styleClass="card-list">
|
|
<VBox.margin>
|
|
<Insets top="5" right="5" bottom="5" left="5" />
|
|
</VBox.margin>
|
|
</HBox>
|
|
</children>
|
|
</VBox>
|
|
|
|
|
|
<VBox fx:id="sidePanel" prefWidth="250.0" styleClass="side-panel">
|
|
<HBox.margin>
|
|
<Insets bottom="10" left="10" right="10" top="10" />
|
|
</HBox.margin>
|
|
<children>
|
|
<HBox fx:id="info" prefHeight="107.0" prefWidth="483.0" styleClass="frame">
|
|
<children>
|
|
<VBox alignment="CENTER" prefHeight="107.0" prefWidth="161.0" spacing="2">
|
|
<children>
|
|
<Label styleClass="label-medium" text="Era" />
|
|
<Label fx:id="era" styleClass="label-medium" text="VALORE" />
|
|
</children>
|
|
</VBox>
|
|
<VBox alignment="CENTER" prefHeight="107.0" prefWidth="161.0" spacing="2">
|
|
<children>
|
|
<Label styleClass="label-medium" text="Round" />
|
|
<Label fx:id="round" styleClass="label-medium" text="VALORE" />
|
|
</children>
|
|
</VBox>
|
|
<VBox alignment="CENTER" prefHeight="107.0" prefWidth="161.0" spacing="2">
|
|
<children>
|
|
<Label styleClass="label-medium" text="Player" />
|
|
<Label fx:id="player" styleClass="label-medium" text="VALORE" />
|
|
</children>
|
|
</VBox>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</VBox>
|
|
</children>
|
|
</HBox>
|