|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | + |
| 3 | +<?import javafx.geometry.Insets?> |
| 4 | +<?import javafx.scene.control.Button?> |
| 5 | +<?import javafx.scene.control.ComboBox?> |
| 6 | +<?import javafx.scene.control.Label?> |
| 7 | +<?import javafx.scene.control.ProgressBar?> |
| 8 | +<?import javafx.scene.layout.BorderPane?> |
| 9 | +<?import javafx.scene.layout.ColumnConstraints?> |
| 10 | +<?import javafx.scene.layout.GridPane?> |
| 11 | +<?import javafx.scene.layout.HBox?> |
| 12 | +<?import javafx.scene.layout.RowConstraints?> |
| 13 | + |
| 14 | +<BorderPane prefHeight="600.0" prefWidth="462.0" styleClass="background" stylesheets="@styles.css" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.wesleycodingteam.Stat"> |
| 15 | + <top> |
| 16 | + <Label alignment="CENTER" maxWidth="-Infinity" prefHeight="41.0" prefWidth="369.0" styleClass="smalltitle" text="STAT" BorderPane.alignment="CENTER"> |
| 17 | + <BorderPane.margin> |
| 18 | + <Insets top="20.0" /> |
| 19 | + </BorderPane.margin></Label> |
| 20 | + </top> |
| 21 | + <center> |
| 22 | + <GridPane maxHeight="-Infinity" maxWidth="-Infinity" prefHeight="388.0" prefWidth="643.0" BorderPane.alignment="CENTER"> |
| 23 | + <columnConstraints> |
| 24 | + <ColumnConstraints hgrow="NEVER" minWidth="10.0" percentWidth="30.0" prefWidth="100.0" /> |
| 25 | + <ColumnConstraints halignment="CENTER" hgrow="NEVER" minWidth="10.0" percentWidth="20.0" /> |
| 26 | + <ColumnConstraints hgrow="NEVER" percentWidth="50.0" /> |
| 27 | + </columnConstraints> |
| 28 | + <rowConstraints> |
| 29 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 30 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 31 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 32 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 33 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 34 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 35 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 36 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 37 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 38 | + </rowConstraints> |
| 39 | + <children> |
| 40 | + <Label styleClass="normalText" stylesheets="@styles.css" text="Strength" GridPane.rowIndex="3" /> |
| 41 | + <Label fx:id="Name" styleClass="normalText" stylesheets="@styles.css" text="Label" GridPane.columnIndex="1" /> |
| 42 | + <Label fx:id="Lv" styleClass="normalText" stylesheets="@styles.css" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="2" /> |
| 43 | + <Label styleClass="normalText" stylesheets="@styles.css" text="Level" GridPane.rowIndex="2" /> |
| 44 | + <Label fx:id="Class" styleClass="normalText" stylesheets="@styles.css" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="1" /> |
| 45 | + <Label styleClass="normalText" stylesheets="@styles.css" text="Class" GridPane.rowIndex="1" /> |
| 46 | + <Label styleClass="normalText" stylesheets="@styles.css" text="MP" GridPane.rowIndex="7" /> |
| 47 | + <Label styleClass="normalText" stylesheets="@styles.css" text="HP" GridPane.rowIndex="6" /> |
| 48 | + <Label fx:id="Agi" styleClass="normalText" stylesheets="@styles.css" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="5" /> |
| 49 | + <Label fx:id="Wis" styleClass="normalText" stylesheets="@styles.css" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="4" /> |
| 50 | + <Label fx:id="Str" styleClass="normalText" stylesheets="@styles.css" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="3" /> |
| 51 | + <Label styleClass="normalText" stylesheets="@styles.css" text="Agility" GridPane.rowIndex="5" /> |
| 52 | + <Label styleClass="normalText" stylesheets="@styles.css" text="Wisdom" GridPane.rowIndex="4" /> |
| 53 | + <Label styleClass="normalText" stylesheets="@styles.css" text="Coin" GridPane.rowIndex="8" /> |
| 54 | + <Label styleClass="normalText" stylesheets="@styles.css" text="Name" /> |
| 55 | + <Label fx:id="coin" styleClass="normalText" stylesheets="@styles.css" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="8" /> |
| 56 | + <HBox alignment="CENTER_LEFT" prefHeight="100.0" prefWidth="200.0" spacing="10.0" GridPane.columnIndex="2" GridPane.rowIndex="3"> |
| 57 | + <children> |
| 58 | + <ComboBox prefWidth="150.0" /> |
| 59 | + <Button mnemonicParsing="false" prefHeight="16.0" prefWidth="30.0" styleClass="smallbutton" text="OK" /> |
| 60 | + </children> |
| 61 | + <GridPane.margin> |
| 62 | + <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" /> |
| 63 | + </GridPane.margin> |
| 64 | + </HBox> |
| 65 | + <HBox alignment="CENTER_LEFT" prefHeight="100.0" prefWidth="200.0" spacing="10.0" GridPane.columnIndex="2" GridPane.rowIndex="4"> |
| 66 | + <children> |
| 67 | + <ComboBox prefWidth="150.0" /> |
| 68 | + <Button mnemonicParsing="false" prefHeight="16.0" prefWidth="30.0" styleClass="smallbutton" text="OK" /> |
| 69 | + </children> |
| 70 | + <GridPane.margin> |
| 71 | + <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" /> |
| 72 | + </GridPane.margin> |
| 73 | + </HBox> |
| 74 | + <HBox alignment="CENTER_LEFT" prefHeight="21.0" prefWidth="369.0" spacing="10.0" GridPane.columnIndex="2" GridPane.rowIndex="5"> |
| 75 | + <children> |
| 76 | + <ComboBox prefWidth="150.0" /> |
| 77 | + <Button mnemonicParsing="false" prefHeight="16.0" prefWidth="28.0" styleClass="smallbutton" text="OK" /> |
| 78 | + </children> |
| 79 | + <GridPane.margin> |
| 80 | + <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" /> |
| 81 | + </GridPane.margin> |
| 82 | + </HBox> |
| 83 | + <ProgressBar fx:id="HPbar" progress="0.18" styleClass="hpprogress" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.rowIndex="6" GridPane.valignment="CENTER" /> |
| 84 | + <ProgressBar fx:id="MPbar" progress="1.0" styleClass="mpprogress" GridPane.columnIndex="1" GridPane.rowIndex="7" /> |
| 85 | + </children> |
| 86 | + <BorderPane.margin> |
| 87 | + <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" /> |
| 88 | + </BorderPane.margin> |
| 89 | + </GridPane> |
| 90 | + </center> |
| 91 | +</BorderPane> |
0 commit comments