<?xml version="1.0" encoding="UTF-8"?> <?import javafx.scene.control.Button?> <?import javafx.scene.control.ButtonBar?> <?import javafx.scene.control.Label?> <?import javafx.scene.layout.AnchorPane?> <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="667.0" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1" fx:controller="HT.fx.PadelMainGUIController"> <children> <ButtonBar layoutX="200.0" layoutY="366.0" prefHeight="40.0" prefWidth="200.0" AnchorPane.bottomAnchor="-3.0" AnchorPane.leftAnchor="2.5" AnchorPane.rightAnchor="2.5"> <buttons> <Button mnemonicParsing="false" text="Lisää ottelu" /> <Button mnemonicParsing="false" text="Lisää pelaaja" /> </buttons> </ButtonBar> <Label layoutX="14.0" layoutY="6.0" text="Padelkerho" AnchorPane.leftAnchor="2.5" AnchorPane.topAnchor="2.5"> <font> <Font name="System Bold" size="24.0" /> </font> </Label> <HBox layoutX="3.0" layoutY="42.0" prefHeight="335.0" prefWidth="452.0" AnchorPane.bottomAnchor="35.0" AnchorPane.leftAnchor="3.0" AnchorPane.rightAnchor="160.0" AnchorPane.topAnchor="30.0"> <children> <VBox prefHeight="100.0" prefWidth="150.0"> <children> <Label text="Nimi"> <font> <Font size="14.0" /> </font> </Label> </children> </VBox> <VBox prefHeight="100.0" prefWidth="34.0"> <children> <Label text="Ikä"> <font> <Font size="14.0" /> </font> </Label> </children> </VBox> <VBox prefHeight="335.0" prefWidth="43.0"> <children> <Label text="Rating"> <font> <Font size="14.0" /> </font> </Label> </children> </VBox> <VBox prefHeight="100.0" prefWidth="188.0"> <children> <Label text="Sähköposti"> <font> <Font size="14.0" /> </font> </Label> </children> </VBox> <VBox prefHeight="100.0" prefWidth="35.0"> <children> <Label text="Auto?"> <font> <Font size="14.0" /> </font> </Label> </children> </VBox> </children> </HBox> </children> </AnchorPane>