Plateau.fxml
This commit is contained in:
parent
6c9f24b1d7
commit
d476733172
@ -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);
|
||||||
|
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user