retaillage des interfaces
This commit is contained in:
parent
90323a2b34
commit
48288b2401
@ -10,90 +10,144 @@
|
|||||||
<?import javafx.scene.layout.VBox?>
|
<?import javafx.scene.layout.VBox?>
|
||||||
<?import javafx.scene.text.Font?>
|
<?import javafx.scene.text.Font?>
|
||||||
|
|
||||||
<BorderPane fx:id="rootPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" styleClass="background" stylesheets="@style/menu.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ihm.controller.PlayersController">
|
<BorderPane fx:id="rootPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1280.0" styleClass="background" stylesheets="@style/menu.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ihm.controller.PlayersController">
|
||||||
<bottom>
|
<bottom>
|
||||||
<Button fx:id="btnCommencer" mnemonicParsing="false" onMouseClicked="#commencerJeux" styleClass="bouton" stylesheets="@style/menu.css" text="Commencer la partie" BorderPane.alignment="CENTER">
|
<Button fx:id="btnCommencer" mnemonicParsing="false" onMouseClicked="#commencerJeux" styleClass="bouton" stylesheets="@style/menu.css" text="Commencer la partie" BorderPane.alignment="CENTER">
|
||||||
<BorderPane.margin>
|
<BorderPane.margin>
|
||||||
<Insets bottom="10.0" />
|
<Insets bottom="10.0" />
|
||||||
</BorderPane.margin></Button>
|
</BorderPane.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="36.0" />
|
||||||
|
</font></Button>
|
||||||
</bottom>
|
</bottom>
|
||||||
<top>
|
<top>
|
||||||
<VBox alignment="CENTER" prefHeight="119.0" prefWidth="600.0" BorderPane.alignment="CENTER">
|
<VBox alignment="CENTER" prefHeight="119.0" prefWidth="600.0" BorderPane.alignment="CENTER">
|
||||||
<children>
|
<children>
|
||||||
<Label styleClass="titre" stylesheets="@style/menu.css" text="Entrez le nom des joueurs">
|
<Label styleClass="titre" stylesheets="@style/menu.css" text="Entrez le nom des joueurs">
|
||||||
<font>
|
<font>
|
||||||
<Font size="24.0" />
|
<Font size="48.0" />
|
||||||
</font>
|
</font>
|
||||||
</Label>
|
</Label>
|
||||||
<Label styleClass="titre" stylesheets="@style/menu.css" text="(Il faut au moins 4 joueurs)">
|
<Label styleClass="titre" stylesheets="@style/menu.css" text="(Il faut au moins 4 joueurs)">
|
||||||
<font>
|
<font>
|
||||||
<Font size="18.0" />
|
<Font size="36.0" />
|
||||||
</font>
|
</font>
|
||||||
</Label>
|
</Label>
|
||||||
<Label styleClass="titre" stylesheets="@style/menu.css" text="Cochez la checkbox pour que le joueur soit un joueur virtuel" />
|
<Label styleClass="titre" stylesheets="@style/menu.css" text="Cochez la checkbox pour que le joueur soit un joueur virtuel">
|
||||||
|
<font>
|
||||||
|
<Font size="36.0" />
|
||||||
|
</font></Label>
|
||||||
</children>
|
</children>
|
||||||
</VBox>
|
</VBox>
|
||||||
</top>
|
</top>
|
||||||
<left>
|
<left>
|
||||||
<HBox alignment="CENTER_LEFT" prefHeight="256.0" prefWidth="306.0" BorderPane.alignment="CENTER">
|
<HBox alignment="CENTER_LEFT" prefHeight="533.0" prefWidth="520.0" BorderPane.alignment="CENTER">
|
||||||
<children>
|
<children>
|
||||||
<VBox alignment="CENTER_LEFT" prefHeight="200.0" prefWidth="100.0">
|
<VBox alignment="CENTER_LEFT" prefHeight="533.0" prefWidth="1142.0">
|
||||||
<children>
|
<children>
|
||||||
<TextField />
|
<TextField>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></TextField>
|
||||||
<TextField>
|
<TextField>
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets top="5.0" />
|
||||||
</VBox.margin></TextField>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></TextField>
|
||||||
<TextField>
|
<TextField>
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets top="5.0" />
|
||||||
</VBox.margin></TextField>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></TextField>
|
||||||
<TextField>
|
<TextField>
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets top="5.0" />
|
||||||
</VBox.margin></TextField>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></TextField>
|
||||||
</children>
|
</children>
|
||||||
</VBox>
|
</VBox>
|
||||||
<VBox prefHeight="200.0" prefWidth="100.0">
|
<VBox prefHeight="533.0" prefWidth="18.0">
|
||||||
<children>
|
<children>
|
||||||
<VBox alignment="CENTER" prefHeight="257.0" prefWidth="78.0">
|
<VBox alignment="CENTER" prefHeight="533.0" prefWidth="258.0">
|
||||||
<children>
|
<children>
|
||||||
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+" />
|
|
||||||
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font>
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets left="10.0" top="5.0" />
|
||||||
</VBox.margin></Button>
|
</VBox.margin></Button>
|
||||||
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets left="10.0" top="5.0" />
|
||||||
</VBox.margin></Button>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></Button>
|
||||||
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets left="10.0" top="5.0" />
|
||||||
</VBox.margin></Button>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></Button>
|
||||||
|
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
||||||
|
<VBox.margin>
|
||||||
|
<Insets left="10.0" top="5.0" />
|
||||||
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></Button>
|
||||||
</children>
|
</children>
|
||||||
</VBox>
|
</VBox>
|
||||||
</children>
|
</children>
|
||||||
|
<HBox.margin>
|
||||||
|
<Insets left="5.0" />
|
||||||
|
</HBox.margin>
|
||||||
</VBox>
|
</VBox>
|
||||||
<VBox alignment="CENTER_LEFT" prefHeight="200.0" prefWidth="100.0">
|
<VBox alignment="CENTER_LEFT" prefHeight="533.0" prefWidth="76.0">
|
||||||
<children>
|
<children>
|
||||||
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
||||||
<padding>
|
<padding>
|
||||||
<Insets top="5.0" />
|
<Insets top="5.0" />
|
||||||
</padding></CheckBox>
|
</padding>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font>
|
||||||
|
<VBox.margin>
|
||||||
|
<Insets left="10.0" />
|
||||||
|
</VBox.margin></CheckBox>
|
||||||
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
||||||
<padding>
|
<font>
|
||||||
<Insets top="15.0" />
|
<Font size="24.0" />
|
||||||
</padding></CheckBox>
|
</font>
|
||||||
|
<VBox.margin>
|
||||||
|
<Insets left="10.0" top="30.0" />
|
||||||
|
</VBox.margin></CheckBox>
|
||||||
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
||||||
<padding>
|
<font>
|
||||||
<Insets top="15.0" />
|
<Font size="24.0" />
|
||||||
</padding></CheckBox>
|
</font>
|
||||||
|
<VBox.margin>
|
||||||
|
<Insets left="10.0" top="30.0" />
|
||||||
|
</VBox.margin></CheckBox>
|
||||||
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
||||||
<padding>
|
<font>
|
||||||
<Insets top="15.0" />
|
<Font size="24.0" />
|
||||||
</padding></CheckBox>
|
</font>
|
||||||
|
<VBox.margin>
|
||||||
|
<Insets left="10.0" top="30.0" />
|
||||||
|
</VBox.margin></CheckBox>
|
||||||
</children>
|
</children>
|
||||||
|
<HBox.margin>
|
||||||
|
<Insets left="5.0" />
|
||||||
|
</HBox.margin>
|
||||||
</VBox>
|
</VBox>
|
||||||
</children>
|
</children>
|
||||||
<BorderPane.margin>
|
<BorderPane.margin>
|
||||||
@ -102,62 +156,98 @@
|
|||||||
</HBox>
|
</HBox>
|
||||||
</left>
|
</left>
|
||||||
<right>
|
<right>
|
||||||
<HBox prefHeight="256.0" prefWidth="332.0" BorderPane.alignment="CENTER">
|
<HBox prefHeight="533.0" prefWidth="656.0" BorderPane.alignment="CENTER">
|
||||||
<children>
|
<children>
|
||||||
<HBox prefHeight="256.0" prefWidth="275.0">
|
<HBox prefHeight="533.0" prefWidth="697.0">
|
||||||
<children>
|
<children>
|
||||||
<VBox alignment="CENTER_LEFT" prefHeight="200.0" prefWidth="100.0">
|
<VBox alignment="CENTER_LEFT" prefHeight="533.0" prefWidth="380.0">
|
||||||
<children>
|
<children>
|
||||||
<TextField />
|
<TextField>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></TextField>
|
||||||
<TextField>
|
<TextField>
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets top="5.0" />
|
||||||
</VBox.margin></TextField>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></TextField>
|
||||||
<TextField>
|
<TextField>
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets top="5.0" />
|
||||||
</VBox.margin></TextField>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></TextField>
|
||||||
<TextField>
|
<TextField>
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets top="5.0" />
|
||||||
</VBox.margin></TextField>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></TextField>
|
||||||
</children>
|
</children>
|
||||||
</VBox>
|
</VBox>
|
||||||
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0">
|
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0">
|
||||||
<children>
|
<children>
|
||||||
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+" />
|
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></Button>
|
||||||
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets top="5.0" />
|
||||||
</VBox.margin></Button>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></Button>
|
||||||
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets top="5.0" />
|
||||||
</VBox.margin></Button>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></Button>
|
||||||
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/menu.css" text="+">
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets top="5.0" />
|
||||||
</VBox.margin></Button>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></Button>
|
||||||
</children>
|
</children>
|
||||||
</VBox>
|
</VBox>
|
||||||
<VBox alignment="CENTER_LEFT" prefHeight="200.0" prefWidth="100.0">
|
<VBox alignment="CENTER_LEFT" prefHeight="533.0" prefWidth="194.0">
|
||||||
<children>
|
<children>
|
||||||
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="5.0" />
|
<Insets top="5.0" />
|
||||||
</VBox.margin></CheckBox>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></CheckBox>
|
||||||
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="15.0" />
|
<Insets top="30.0" />
|
||||||
</VBox.margin></CheckBox>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></CheckBox>
|
||||||
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="15.0" />
|
<Insets top="30.0" />
|
||||||
</VBox.margin></CheckBox>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></CheckBox>
|
||||||
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
<CheckBox mnemonicParsing="false" stylesheets="@style/menu.css">
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
<Insets top="15.0" />
|
<Insets top="30.0" />
|
||||||
</VBox.margin></CheckBox>
|
</VBox.margin>
|
||||||
|
<font>
|
||||||
|
<Font size="24.0" />
|
||||||
|
</font></CheckBox>
|
||||||
</children>
|
</children>
|
||||||
</VBox>
|
</VBox>
|
||||||
</children>
|
</children>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<?import javafx.scene.layout.Pane?>
|
<?import javafx.scene.layout.Pane?>
|
||||||
<?import javafx.scene.text.Font?>
|
<?import javafx.scene.text.Font?>
|
||||||
|
|
||||||
<Pane id="rootPane" fx:id="rootPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" styleClass="background" stylesheets="@style/menu.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ihm.controller.MenuController">
|
<Pane id="rootPane" fx:id="rootPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1280.0" styleClass="background" stylesheets="@style/menu.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ihm.controller.MenuController">
|
||||||
<children>
|
<children>
|
||||||
<Label layoutX="126.0" layoutY="46.0" styleClass="titre" text="Shadow Hunters">
|
<Label layoutX="437.0" layoutY="193.0" styleClass="titre" text="Shadow Hunters">
|
||||||
<font>
|
<font>
|
||||||
<Font size="48.0" />
|
<Font size="48.0" />
|
||||||
</font>
|
</font>
|
||||||
</Label>
|
</Label>
|
||||||
<Button layoutX="242.0" layoutY="149.0" mnemonicParsing="false" onMouseClicked="#commencerPartie" prefHeight="51.0" prefWidth="102.0" styleClass="bouton" text="Jouer">
|
<Button layoutX="553.0" layoutY="296.0" mnemonicParsing="false" onMouseClicked="#commencerPartie" prefHeight="51.0" prefWidth="102.0" styleClass="bouton" text="Jouer">
|
||||||
<font>
|
<font>
|
||||||
<Font size="24.0" />
|
<Font size="24.0" />
|
||||||
</font>
|
</font>
|
||||||
</Button>
|
</Button>
|
||||||
<Button layoutX="242.0" layoutY="235.0" mnemonicParsing="false" onMouseClicked="#afficherRegle" styleClass="bouton" text="Regles">
|
<Button layoutX="554.0" layoutY="387.0" mnemonicParsing="false" onMouseClicked="#afficherRegle" styleClass="bouton" text="Regles">
|
||||||
<font>
|
<font>
|
||||||
<Font size="24.0" />
|
<Font size="24.0" />
|
||||||
</font>
|
</font>
|
||||||
|
@ -9,11 +9,11 @@
|
|||||||
<?import javafx.scene.shape.Circle?>
|
<?import javafx.scene.shape.Circle?>
|
||||||
<?import javafx.scene.shape.Rectangle?>
|
<?import javafx.scene.shape.Rectangle?>
|
||||||
|
|
||||||
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="590.0" prefWidth="919.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="800.0" prefWidth="1280.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
|
||||||
<children>
|
<children>
|
||||||
<VBox prefHeight="583.0" prefWidth="920.0">
|
<VBox prefHeight="801.0" prefWidth="1284.0">
|
||||||
<children>
|
<children>
|
||||||
<HBox alignment="CENTER" prefHeight="146.0" prefWidth="892.0">
|
<HBox alignment="CENTER" prefHeight="331.0" prefWidth="1284.0">
|
||||||
<children>
|
<children>
|
||||||
<VBox alignment="CENTER" prefHeight="146.0" prefWidth="244.0">
|
<VBox alignment="CENTER" prefHeight="146.0" prefWidth="244.0">
|
||||||
<children>
|
<children>
|
||||||
@ -151,7 +151,7 @@
|
|||||||
<Insets bottom="5.0" />
|
<Insets bottom="5.0" />
|
||||||
</padding>
|
</padding>
|
||||||
</HBox>
|
</HBox>
|
||||||
<HBox alignment="CENTER" prefHeight="279.0" prefWidth="921.0">
|
<HBox alignment="CENTER" prefHeight="465.0" prefWidth="1284.0">
|
||||||
<children>
|
<children>
|
||||||
<VBox alignment="TOP_CENTER" prefHeight="279.0" prefWidth="88.0">
|
<VBox alignment="TOP_CENTER" prefHeight="279.0" prefWidth="88.0">
|
||||||
<children>
|
<children>
|
||||||
@ -172,7 +172,7 @@
|
|||||||
</Rectangle>
|
</Rectangle>
|
||||||
</children>
|
</children>
|
||||||
</VBox>
|
</VBox>
|
||||||
<HBox prefHeight="279.0" prefWidth="795.0">
|
<HBox prefHeight="282.0" prefWidth="795.0">
|
||||||
<children>
|
<children>
|
||||||
<VBox prefHeight="279.0" prefWidth="771.0">
|
<VBox prefHeight="279.0" prefWidth="771.0">
|
||||||
<children>
|
<children>
|
||||||
@ -184,10 +184,6 @@
|
|||||||
<Circle fill="#fccb0a" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
<Circle fill="#fccb0a" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
||||||
<Circle fill="#f1ff1f" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
<Circle fill="#f1ff1f" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
||||||
<Circle fill="#1fff35" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
<Circle fill="#1fff35" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
||||||
<Circle fill="DODGERBLUE" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
|
||||||
<Circle fill="DODGERBLUE" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
|
||||||
<Circle fill="DODGERBLUE" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
|
||||||
<Circle fill="DODGERBLUE" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
|
||||||
</children>
|
</children>
|
||||||
</VBox>
|
</VBox>
|
||||||
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
|
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
|
||||||
@ -214,10 +210,6 @@
|
|||||||
<Circle fill="#4421ff" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
<Circle fill="#4421ff" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
||||||
<Circle fill="#ff21d8" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
<Circle fill="#ff21d8" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
||||||
<Circle fill="#d521ff" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
<Circle fill="#d521ff" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
||||||
<Circle fill="DODGERBLUE" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
|
||||||
<Circle fill="DODGERBLUE" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
|
||||||
<Circle fill="DODGERBLUE" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
|
||||||
<Circle fill="DODGERBLUE" radius="8.0" stroke="BLACK" strokeType="INSIDE" />
|
|
||||||
</children>
|
</children>
|
||||||
</VBox>
|
</VBox>
|
||||||
</children>
|
</children>
|
||||||
@ -384,7 +376,7 @@
|
|||||||
</VBox>
|
</VBox>
|
||||||
</children>
|
</children>
|
||||||
</HBox>
|
</HBox>
|
||||||
<HBox alignment="CENTER" prefHeight="146.0" prefWidth="892.0">
|
<HBox alignment="CENTER" prefHeight="379.0" prefWidth="1284.0">
|
||||||
<children>
|
<children>
|
||||||
<VBox alignment="CENTER" prefHeight="146.0" prefWidth="244.0" rotate="180.0">
|
<VBox alignment="CENTER" prefHeight="146.0" prefWidth="244.0" rotate="180.0">
|
||||||
<children>
|
<children>
|
||||||
|
0
src/ihm/ressources/style/plateau.css
Normal file
0
src/ihm/ressources/style/plateau.css
Normal file
Loading…
x
Reference in New Issue
Block a user