62 lines
2.5 KiB
XML
62 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.image.ImageView?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
|
|
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="180.0" prefWidth="255.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
|
|
<children>
|
|
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="180.0" prefWidth="255.0" stylesheets="@style/popUp.css">
|
|
<children>
|
|
<Button layoutY="1.0" mnemonicParsing="false" text="%joueur1">
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Button layoutX="66.0" layoutY="1.0" mnemonicParsing="false" text="%joueur2">
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Button layoutX="134.0" layoutY="1.0" mnemonicParsing="false" text="%joueur3">
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Button layoutX="1.0" layoutY="153.0" mnemonicParsing="false" text="%joueur5">
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Button layoutX="195.0" layoutY="153.0" mnemonicParsing="false" text="%joueur8">
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Label layoutX="163.0" layoutY="47.0" text="%effet.carte" />
|
|
<Label layoutX="156.0" layoutY="96.0" text="%choisr.joueur" wrapText="true" />
|
|
<Button layoutX="194.0" layoutY="1.0" mnemonicParsing="false" text="%joueur4">
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Button layoutX="67.0" layoutY="153.0" mnemonicParsing="false" text="%joueur6">
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<Button layoutX="135.0" layoutY="153.0" mnemonicParsing="false" text="%joueur7">
|
|
<font>
|
|
<Font size="10.0" />
|
|
</font>
|
|
</Button>
|
|
<ImageView fitHeight="97.8" fitWidth="70.05" layoutX="30.0" layoutY="38.0" pickOnBounds="true" preserveRatio="true" />
|
|
</children>
|
|
</Pane>
|
|
</children>
|
|
</AnchorPane>
|