<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>

<VBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="280.0" prefWidth="500.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="net.ddns.mahaljsp.ThreadTest.AppController">
   <children>
      <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0" VBox.vgrow="ALWAYS">
         <children>
            <StackPane prefHeight="150.0" prefWidth="200.0" HBox.hgrow="ALWAYS" />
            <Label fx:id="lbl1" alignment="CENTER" maxHeight="200.0" maxWidth="200.0" minHeight="200.0" minWidth="200.0" prefHeight="200.0" prefWidth="200.0" style="-fx-padding: 10px;-fx-background-color: #eee;-fx-border-width: 1.5px;-fx-border-color: gray white white gray;-fx-border-insets: 0;-fx-border-style: solid;">
               <font>
                  <Font size="36.0" />
               </font></Label>
            <Label fx:id="lbl2" alignment="CENTER" maxHeight="200.0" maxWidth="200.0" minHeight="200.0" minWidth="200.0" prefHeight="200.0" prefWidth="200.0" style="-fx-padding: 10px;-fx-background-color: #eee;-fx-border-width: 1.5px;-fx-border-color: gray white white gray;-fx-border-insets: 0;-fx-border-style: solid;">
               <font>
                  <Font size="36.0" />
               </font></Label>
            <StackPane prefHeight="150.0" prefWidth="200.0" HBox.hgrow="ALWAYS" />
         </children>
      </HBox>
      <StackPane style="-fx-padding: 10 0 10 0;">
         <children>
            <Button fx:id="btn" maxHeight="50.0" maxWidth="200.0" minHeight="50.0" minWidth="200.0" mnemonicParsing="false" prefHeight="50.0" prefWidth="200.0" text="開始" />
         </children>
      </StackPane>
   </children>
</VBox>
