20 lines
943 B
XML
20 lines
943 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
|
|
|
|
<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>
|
|
<Label layoutX="62.0" layoutY="14.0" text="%joueur1.soigne.joueur2" />
|
|
<Button layoutX="80.0" layoutY="141.0" mnemonicParsing="false" text="%lancer.de.des" />
|
|
<Pane layoutX="79.0" layoutY="42.0" prefHeight="96.0" prefWidth="96.0" />
|
|
</children>
|
|
</Pane>
|
|
</children>
|
|
</AnchorPane>
|