création de la classe popup

This commit is contained in:
Chiara
2020-04-20 13:46:18 +02:00
parent a594666fa5
commit e829dc7de6
5 changed files with 73 additions and 12 deletions

View File

@ -33,7 +33,7 @@
<Font size="36.0" />
</font>
</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 case pour que le joueur soit un joueur virtuel">
<font>
<Font size="36.0" />
</font></Label>
@ -45,7 +45,7 @@
<children>
<VBox alignment="CENTER_LEFT" prefHeight="533.0" prefWidth="1142.0">
<children>
<TextField>
<TextField fx:id="tfJ1">
<font>
<Font size="24.0" />
</font></TextField>

View File

@ -9,7 +9,7 @@
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.shape.Circle?>
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1280.0" styleClass="background" stylesheets="@style/plateau.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1280.0" styleClass="background" stylesheets="@style/plateau.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ihm.controller.PlateauController">
<top>
<HBox alignment="CENTER" prefHeight="149.0" prefWidth="1280.0" BorderPane.alignment="CENTER">
<children>
@ -21,7 +21,7 @@
<HBox alignment="CENTER" prefHeight="46.0" prefWidth="212.0">
<children>
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Carte personnage" />
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Se révéler">
<Button mnemonicParsing="false" onMouseClicked="#seReveler" styleClass="bouton" stylesheets="@style/plateau.css" text="Se révéler">
<HBox.margin>
<Insets left="5.0" />
</HBox.margin>
@ -56,7 +56,7 @@
<HBox alignment="CENTER" prefHeight="46.0" prefWidth="212.0">
<children>
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Carte personnage" />
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Se révéler">
<Button mnemonicParsing="false" onMouseClicked="#seReveler" styleClass="bouton" stylesheets="@style/plateau.css" text="Se révéler">
<HBox.margin>
<Insets left="5.0" />
</HBox.margin>
@ -97,7 +97,7 @@
<HBox alignment="CENTER" prefHeight="44.0" prefWidth="274.0">
<children>
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Carte personnage" />
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Se reveler">
<Button mnemonicParsing="false" onMouseClicked="#seReveler" styleClass="bouton" stylesheets="@style/plateau.css" text="Se reveler">
<HBox.margin>
<Insets left="5.0" />
</HBox.margin>
@ -131,7 +131,7 @@
<HBox alignment="CENTER" prefHeight="44.0" prefWidth="274.0">
<children>
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Carte personnage" />
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Se reveler">
<Button mnemonicParsing="false" onMouseClicked="#seReveler" styleClass="bouton" stylesheets="@style/plateau.css" text="Se reveler">
<HBox.margin>
<Insets left="5.0" />
</HBox.margin>
@ -171,7 +171,7 @@
<HBox alignment="CENTER" prefHeight="53.0" prefWidth="198.0">
<children>
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Carte perssonage" />
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Se révéler">
<Button mnemonicParsing="false" onMouseClicked="#seReveler" styleClass="bouton" stylesheets="@style/plateau.css" text="Se révéler">
<HBox.margin>
<Insets left="5.0" />
</HBox.margin>
@ -205,7 +205,7 @@
<HBox alignment="CENTER" prefHeight="53.0" prefWidth="198.0">
<children>
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Carte perssonage" />
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Se révéler">
<Button mnemonicParsing="false" onMouseClicked="#seReveler" styleClass="bouton" stylesheets="@style/plateau.css" text="Se révéler">
<HBox.margin>
<Insets left="5.0" />
</HBox.margin>
@ -245,7 +245,7 @@
<HBox alignment="CENTER" prefHeight="39.0" prefWidth="214.0">
<children>
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Carte personnage" />
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Se révéler">
<Button mnemonicParsing="false" onMouseClicked="#seReveler" styleClass="bouton" stylesheets="@style/plateau.css" text="Se révéler">
<HBox.margin>
<Insets left="5.0" />
</HBox.margin>
@ -279,7 +279,7 @@
<HBox alignment="CENTER" prefHeight="39.0" prefWidth="214.0">
<children>
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Carte personnage" />
<Button mnemonicParsing="false" styleClass="bouton" stylesheets="@style/plateau.css" text="Se révéler">
<Button mnemonicParsing="false" onMouseClicked="#seReveler" styleClass="bouton" stylesheets="@style/plateau.css" text="Se révéler">
<HBox.margin>
<Insets left="5.0" />
</HBox.margin>