M431-ShadowHunterGame/src/ihm/ressources/Jouer_tour(2bb3)recevoir_vision.fxml

29 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-04-23 15:36:36 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Label?>
2020-04-30 13:53:58 +02:00
<?import javafx.scene.layout.AnchorPane?>
2020-04-23 15:36:36 +02:00
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
2020-04-30 13:53:58 +02:00
<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">
2020-04-23 15:36:36 +02:00
<children>
2020-04-30 13:53:58 +02:00
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="180.0" prefWidth="255.0" stylesheets="@style/popUp.css">
2020-04-23 15:36:36 +02:00
<children>
2020-04-30 13:53:58 +02:00
<Label contentDisplay="CENTER" layoutX="77.0" layoutY="90.0" prefHeight="27.0" prefWidth="102.0" text="Il ne se passe rien." textAlignment="CENTER" />
<HBox alignment="CENTER" layoutY="62.0" prefHeight="21.0" prefWidth="255.0">
<children>
<Label text="%joueur" />
<Label text="%consequence">
<HBox.margin>
<Insets left="5.0" />
</HBox.margin>
</Label>
</children>
</HBox>
2020-04-23 15:36:36 +02:00
</children>
2020-04-30 13:53:58 +02:00
</Pane>
2020-04-23 15:36:36 +02:00
</children>
2020-04-30 13:53:58 +02:00
</AnchorPane>