tentative passage de données

This commit is contained in:
Chiara
2020-04-21 15:23:24 +02:00
parent 2698b48823
commit b66817db75
10 changed files with 156 additions and 42 deletions

View File

@@ -7,10 +7,9 @@
<?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">
<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" fx:controller="ihm.controller.AfficherCarteController">
<children>
<VBox alignment="CENTER" layoutY="-1.0" prefHeight="400.0" prefWidth="600.0">
<VBox fx:id="root" alignment="CENTER" layoutY="-1.0" prefHeight="400.0" prefWidth="600.0">
<children>
<Label text="Vous êtes :">
<font>
@@ -22,7 +21,7 @@
<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">
<Label fx:id="nom" text="Nom Personnage">
<font>
<Font size="18.0" />
</font>
@@ -32,7 +31,7 @@
<Font size="18.0" />
</font>
</Label>
<Label text="Text compétance">
<Label fx:id="competence" text="Text compétance">
<font>
<Font size="18.0" />
</font>