Lien entre les interfaces

This commit is contained in:
Yessine Ben El Bey
2020-04-22 16:52:26 +02:00
parent 3e1637c525
commit 8cf84c224b
20 changed files with 295 additions and 26 deletions

View File

@ -8,7 +8,7 @@
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
<Pane fx:id="rootPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ihm.controller.PiocherVisionController">
<children>
<VBox prefHeight="400.0" prefWidth="600.0">
<children>
@ -37,7 +37,7 @@
</HBox>
<HBox alignment="CENTER" prefHeight="69.0" prefWidth="600.0">
<children>
<Button mnemonicParsing="false" text="Voir carte" />
<Button mnemonicParsing="false" onMouseClicked="#voirCarte" text="Voir carte" />
</children>
</HBox>
</children>