controller 1 2 3

This commit is contained in:
Chiara
2020-04-23 16:09:45 +02:00
parent c1751ce394
commit 58eff398a7
5 changed files with 43 additions and 10 deletions

View File

@ -28,7 +28,7 @@
<font>
<Font size="64.0" />
</font></Label>
<Label layoutX="405.0" layoutY="29.0" text="joueur 1">
<Label fx:id="nomJoueur" layoutX="405.0" layoutY="29.0" text="joueur 1">
<font>
<Font size="36.0" />
</font>

View File

@ -8,7 +8,7 @@
<Pane fx:id="rootPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="480.0" prefWidth="640.0" stylesheets="@style/popUp.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ihm.controller.JouerSonTour2Controller">
<children>
<Label layoutX="315.0" layoutY="151.0" text="Description capacité de la carte lieux ">
<Label fx:id="descriptionLieu" layoutX="315.0" layoutY="151.0" text="Description capacité de la carte lieux ">
<font>
<Font size="18.0" />
</font>