45 lines
1.9 KiB
XML
45 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.image.ImageView?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
|
|
|
|
<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>
|
|
<HBox alignment="CENTER" layoutX="-1.0" layoutY="1.0" prefHeight="180.0" prefWidth="255.0">
|
|
<children>
|
|
<ImageView fitHeight="97.8" fitWidth="70.05" pickOnBounds="true" preserveRatio="true">
|
|
<HBox.margin>
|
|
<Insets left="5.0" />
|
|
</HBox.margin>
|
|
</ImageView>
|
|
<VBox alignment="CENTER" prefHeight="351.0" prefWidth="293.0">
|
|
<children>
|
|
<Label text="%effet.carte">
|
|
<VBox.margin>
|
|
<Insets bottom="5.0" />
|
|
</VBox.margin>
|
|
</Label>
|
|
<Pane />
|
|
<Button mnemonicParsing="false" text="%lancer.de.des">
|
|
<VBox.margin>
|
|
<Insets top="5.0" />
|
|
</VBox.margin>
|
|
</Button>
|
|
</children>
|
|
</VBox>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</Pane>
|
|
</children>
|
|
</AnchorPane>
|