36 lines
1.5 KiB
XML
36 lines
1.5 KiB
XML
<?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.Pane?>
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
|
|
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="451.0" prefWidth="654.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
|
|
<children>
|
|
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="661.0" spacing="60.0">
|
|
<children>
|
|
<Button mnemonicParsing="false" text="%joueur1" />
|
|
<Button mnemonicParsing="false" text="%joueur2" />
|
|
<Button mnemonicParsing="false" text="%joueur3" />
|
|
<Button mnemonicParsing="false" text="%joueur4" />
|
|
</children>
|
|
</HBox>
|
|
<Label layoutX="196.0" layoutY="158.0" text="%attaquer.joueur">
|
|
<font>
|
|
<Font size="24.0" />
|
|
</font>
|
|
</Label>
|
|
<Button layoutX="277.0" layoutY="213.0" mnemonicParsing="false" text="Ne pas attaquer" />
|
|
<HBox alignment="CENTER" layoutY="337.0" prefHeight="100.0" prefWidth="661.0" spacing="60.0">
|
|
<children>
|
|
<Button mnemonicParsing="false" text="%joueur5" />
|
|
<Button mnemonicParsing="false" text="%joueur6" />
|
|
<Button mnemonicParsing="false" text="%joueur7" />
|
|
<Button mnemonicParsing="false" text="%joueur8" />
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</Pane>
|