Plateau.fxml

This commit is contained in:
Paul Gross 2020-04-30 14:00:09 +02:00
parent 6c9f24b1d7
commit d476733172
2 changed files with 155 additions and 163 deletions

View File

@ -79,6 +79,8 @@ public class PlateauController implements Initializable {
joueursIHM.add(new JoueurIHM(i,map.get(i),getPaneJoueur(i))); joueursIHM.add(new JoueurIHM(i,map.get(i),getPaneJoueur(i)));
} }
//System.out.println(this.joueursPane); //System.out.println(this.joueursPane);

View File

@ -483,6 +483,8 @@
</children> </children>
</HBox> </HBox>
</top> </top>
</BorderPane>
</center>
<left> <left>
<VBox alignment="CENTER" prefHeight="634.0" prefWidth="199.0" BorderPane.alignment="CENTER"> <VBox alignment="CENTER" prefHeight="634.0" prefWidth="199.0" BorderPane.alignment="CENTER">
<children> <children>
@ -644,17 +646,5 @@
</VBox> </VBox>
</right> </right>
</BorderPane> </BorderPane>
</center>
<left>
<VBox alignment="CENTER" spacing="60.0" BorderPane.alignment="CENTER">
<children>
<VBox fx:id="joueur51" alignment="CENTER" layoutX="10.0" layoutY="481.0" nodeOrientation="LEFT_TO_RIGHT" rotate="90.0" />
</children>
</VBox>
</left>
<right>
<VBox alignment="CENTER" rotate="180.0" spacing="60.0" BorderPane.alignment="CENTER" />
</right>
</BorderPane>
</children> </children>
</AnchorPane> </AnchorPane>