lien bouton plateau

This commit is contained in:
Chiara
2020-04-20 16:06:41 +02:00
parent 86635e6980
commit 7e59fc9c60
3 changed files with 141 additions and 24 deletions

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
<children>
<VBox alignment="CENTER" layoutY="-1.0" prefHeight="400.0" prefWidth="600.0">
<children>
<Label text="Vous êtes :">
<font>
<Font size="24.0" />
</font>
</Label>
<HBox alignment="CENTER" prefHeight="231.0" prefWidth="600.0">
<children>
<ImageView fitHeight="326.0" fitWidth="233.5" pickOnBounds="true" preserveRatio="true" />
<VBox alignment="CENTER" prefHeight="326.0" prefWidth="319.0">
<children>
<Label text="Nom Personnage">
<font>
<Font size="18.0" />
</font>
</Label>
<Label text="Votre compétence :">
<font>
<Font size="18.0" />
</font>
</Label>
<Label text="Text compétance">
<font>
<Font size="18.0" />
</font>
</Label>
</children>
</VBox>
</children>
</HBox>
</children>
</VBox>
</children>
</Pane>