Files
PowerPME_maven/target/classes/Views/User/Profile.fxml
2025-10-30 13:23:53 +01:00

420 lines
30 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import java.lang.String?>
<?import javafx.collections.FXCollections?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ComboBox?>
<?import javafx.scene.control.DatePicker?>
<?import javafx.scene.control.PasswordField?>
<?import javafx.scene.control.RadioButton?>
<?import javafx.scene.control.Separator?>
<?import javafx.scene.control.Tab?>
<?import javafx.scene.control.TabPane?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.control.ToggleGroup?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane id="AnchorPane" fx:id="AnchorPaneGestionReglement" minHeight="642.0" minWidth="796.0" prefHeight="642.0" prefWidth="796.0" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.User.ProfileController">
<children>
<Pane fx:id="TitrePane" prefHeight="52.0" prefWidth="796.0" styleClass="pane2hautdroit" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
<children>
<HBox alignment="BOTTOM_LEFT" layoutX="23.0" layoutY="13.1787109375">
<children>
<Text fx:id="TitrePrincipale" layoutX="23.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Profile">
<font>
<Font name="Arial" size="23.0" />
</font>
</Text>
<Text layoutX="176.0" layoutY="31.0" strokeType="OUTSIDE" strokeWidth="0.0" text=" ">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TitreSecondaire" layoutX="163.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Gestion">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<TabPane layoutX="20.0" layoutY="63.0" prefHeight="564.0" prefWidth="766.0" styleClass="Table-Pane" tabClosingPolicy="UNAVAILABLE" AnchorPane.bottomAnchor="15.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="63.0">
<tabs>
<Tab text="Mon profile">
<content>
<AnchorPane prefHeight="200.0" prefWidth="200.0">
<children>
<Separator prefHeight="3.0" prefWidth="764.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="60.0" />
<Text fx:id="ModifierCompteTitre1" layoutX="20.0" layoutY="43.0" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="testtext" text="Mon profile" />
<ImageView fitHeight="118.0" fitWidth="124.0" layoutX="41.0" layoutY="101.0">
<image>
<Image url="@../../Public/icon/profiluser.jpg" />
</image>
</ImageView>
<GridPane layoutX="237.0" layoutY="144.0" prefHeight="297.0" prefWidth="365.0" AnchorPane.leftAnchor="237.0" AnchorPane.rightAnchor="162.0">
<children>
<Text fontSmoothingType="LCD" strokeType="OUTSIDE" strokeWidth="0.0" text="Date de naissance:" GridPane.rowIndex="5">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Sexe:" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Téléphone">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Mail:" GridPane.rowIndex="3">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adresse:" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Pays:" GridPane.rowIndex="4">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text fx:id="Monprofilenaissance" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="5">
<font>
<Font name="Arial" size="15.0" />
</font></Text>
<Text fx:id="Monprofilesexe" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="2">
<font>
<Font name="Arial" size="15.0" />
</font></Text>
<Text fx:id="Monprofiletele" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2">
<font>
<Font name="Arial" size="15.0" />
</font></Text>
<Text fx:id="Monprofileadresse" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="15.0" />
</font></Text>
<Text fx:id="Monprofilemail" fill="#478fca" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="3">
<font>
<Font name="Arial" size="15.0" />
</font></Text>
<Text fx:id="Monprofilepays" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="4">
<font>
<Font name="Arial" size="15.0" />
</font></Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Type de compte:" GridPane.rowIndex="6">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Question secrete:" GridPane.rowIndex="7">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Réponse au question" GridPane.rowIndex="8">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text fx:id="Monprofiletypecompte" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="6">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="Monprofilequestion" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="7">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="Monprofilereponse" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="8">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="145.0" minWidth="10.0" prefWidth="145.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="220.0" minWidth="10.0" prefWidth="61.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="220.0" minWidth="10.0" prefWidth="166.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="124.0" minHeight="10.0" prefHeight="45.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="124.0" minHeight="10.0" prefHeight="45.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="124.0" minHeight="10.0" prefHeight="45.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="124.0" minHeight="10.0" prefHeight="45.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="124.0" minHeight="10.0" prefHeight="45.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="124.0" minHeight="10.0" prefHeight="45.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="124.0" minHeight="10.0" prefHeight="45.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="124.0" minHeight="10.0" prefHeight="45.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="124.0" minHeight="10.0" prefHeight="45.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<Text fx:id="Monprofilenomprenom" fill="#478fca" layoutX="202.0" layoutY="119.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Ben Tili Maher">
<font>
<Font name="Arial Bold" size="20.0" />
</font>
</Text>
</children></AnchorPane>
</content>
</Tab>
<Tab text="Modifier profile">
<content>
<AnchorPane fx:id="AnchorPaneModierProduit" prefHeight="200.0" prefWidth="200.0">
<children>
<Text fx:id="ModifierCompteTitre" layoutX="20.0" layoutY="43.0" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="testtext" text="Modifier profile" />
<Separator layoutY="254.0" prefHeight="3.0" prefWidth="764.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="60.0" />
<GridPane fx:id="Modiferprofilegridpane" layoutY="95.0" prefHeight="370.0" prefWidth="724.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="95.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prénom">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="Modiferprofileprenom" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" />
<Text fx:id="erreurprenom" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
<TextField fx:id="Modiferprofilenom" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="erreurnom" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date de naissance" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="3">
<children>
<DatePicker fx:id="Modiferprofilenaissance" layoutY="9.0" prefHeight="35.0" prefWidth="136.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
</children>
</AnchorPane>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Sexe" GridPane.columnIndex="3" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4" GridPane.rowIndex="3">
<children>
<RadioButton fx:id="Modiferprofilehomme" layoutY="17.0" mnemonicParsing="false" text="Homme">
<toggleGroup>
<ToggleGroup fx:id="groupesexe" />
</toggleGroup></RadioButton>
<RadioButton fx:id="Modiferprofilefemme" layoutX="87.0" layoutY="17.0" mnemonicParsing="false" text="Femme" toggleGroup="$groupesexe" />
</children>
</AnchorPane>
<Text fx:id="erreurnaissance" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
<Text fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Tele" GridPane.rowIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="Modiferprofiletele" prefHeight="35.0" prefWidth="135.0" GridPane.columnIndex="1" GridPane.rowIndex="6" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Mail" GridPane.columnIndex="3" GridPane.rowIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="Modiferprofilemail" prefHeight="35.0" prefWidth="166.0" GridPane.columnIndex="4" GridPane.rowIndex="6" />
<Text fx:id="erreurtele" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="7">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
<Text fx:id="erreurmail" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="7">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adresse" GridPane.rowIndex="9">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="Modiferprofileadresse" prefHeight="35.0" prefWidth="135.0" GridPane.columnIndex="1" GridPane.rowIndex="9" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Pays" GridPane.columnIndex="3" GridPane.rowIndex="9">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="Modiferprofilepay" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="4" GridPane.rowIndex="9" />
<Text fx:id="erreuradresse" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="10">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
<Text fx:id="erreurpay" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="10">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="124.0" minWidth="10.0" prefWidth="124.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="229.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="147.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="136.0" minWidth="10.0" prefWidth="49.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="229.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="62.0" minHeight="10.0" prefHeight="42.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="57.0" minHeight="10.0" prefHeight="19.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="32.0" minHeight="10.0" prefHeight="22.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="95.0" minHeight="10.0" prefHeight="48.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="94.0" minHeight="10.0" prefHeight="21.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="107.0" minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="120.0" minHeight="10.0" prefHeight="42.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="167.0" minHeight="10.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="41.0" minHeight="10.0" prefHeight="34.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="100.0" minHeight="10.0" prefHeight="41.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="100.0" minHeight="10.0" prefHeight="24.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="45.0" minHeight="10.0" prefHeight="38.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<StackPane layoutX="7.0" layoutY="437.0" prefHeight="55.0" prefWidth="281.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
<children>
<Button fx:id="ButtonSavePofile" mnemonicParsing="false" prefHeight="42.0" prefWidth="141.0" styleClass="btn-primary" text="Enregistrer" textAlignment="CENTER">
<font>
<Font size="13.0" />
</font></Button>
</children>
</StackPane>
</children></AnchorPane>
</content>
</Tab>
<Tab text="Modifier mot de passe">
<content>
<AnchorPane fx:id="AnchorPaneModiferPass" minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
<children>
<Separator prefHeight="3.0" prefWidth="764.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="60.0" />
<Text fx:id="ModifierCompteTitre2" layoutY="43.0" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="testtext" text="Modifier mot de passe" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" />
<GridPane fx:id="ModiferPassgridpane" layoutY="108.0" prefHeight="292.0" prefWidth="724.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="95.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Ancien mot de passe">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="erreurAncien" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
<Text fx:id="erreurQuestion" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nouveau mot de passe" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="erreurNouveau" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
<Text fx:id="erreurReponce" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
<Text fx:id="erreurRepeter" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="7">
<font>
<Font name="System Bold" size="12.0" />
</font></Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Répéter mot de passe" GridPane.rowIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Question secréte" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Réponce à la question" GridPane.columnIndex="3" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4">
<children>
<ComboBox fx:id="ModiferPassQuestion" layoutY="4.0" prefHeight="35.0" prefWidth="137.0" styleClass="liste-select" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
<items>
<FXCollections fx:factory="observableArrayList">
<String fx:value="Ma première école élémentaire ?" />
<String fx:value="Ville de naissance de ma mère ?" />
<String fx:value="Ville de naissance de mon père ?" />
<String fx:value="Ma ville de naissance ?" />
<String fx:value="Nom de mon premier animal ?" />
<String fx:value="Meilleur(e) ami(e) au lycée ?" />
<String fx:value="Modèle de ma première voiture ?" />
<String fx:value="Mon équipe sportive préférée ?" />
<String fx:value="Mon premier employeur (société) ?" />
</FXCollections>
</items>
</ComboBox>
</children>
</AnchorPane>
<TextField fx:id="ModiferPassReponce" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="4" GridPane.rowIndex="3" />
<PasswordField fx:id="ModiferPassAncien" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" />
<PasswordField fx:id="ModiferPassNouveau" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" GridPane.rowIndex="3" />
<PasswordField fx:id="ModiferPassRepeter" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" GridPane.rowIndex="6" />
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="156.0" minWidth="10.0" prefWidth="150.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="150.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="85.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="136.0" minWidth="10.0" prefWidth="150.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="150.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="62.0" minHeight="10.0" prefHeight="36.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="57.0" minHeight="10.0" prefHeight="18.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="57.0" minHeight="10.0" prefHeight="57.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="95.0" minHeight="10.0" prefHeight="44.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="94.0" minHeight="10.0" prefHeight="14.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="94.0" minHeight="10.0" prefHeight="55.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="107.0" minHeight="10.0" prefHeight="43.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="120.0" minHeight="10.0" prefHeight="24.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="167.0" minHeight="10.0" prefHeight="42.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<StackPane layoutY="387.0" prefHeight="59.0" prefWidth="764.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
<children>
<Button fx:id="ButtonSavePassword" mnemonicParsing="false" prefHeight="44.0" prefWidth="140.0" styleClass="btn-primary" text="Mise a jour" textAlignment="CENTER" />
</children>
</StackPane>
</children>
</AnchorPane>
</content>
</Tab>
</tabs>
</TabPane>
</children>
</AnchorPane>