first commit

This commit is contained in:
2025-10-30 13:23:53 +01:00
commit 433e47e385
1619 changed files with 106327 additions and 0 deletions

View File

@@ -0,0 +1,230 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.media.*?>
<?import javafx.scene.image.*?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.text.*?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.collections.*?>
<AnchorPane id="AnchorPane" prefHeight="590.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.AddUserController">
<children>
<AnchorPane layoutX="14.0" layoutY="14.0" prefHeight="186.0" prefWidth="516.0" styleClass="panel-default" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0">
<children>
<AnchorPane layoutX="2.0" layoutY="2.0" prefHeight="38.0" prefWidth="469.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fontSmoothingType="LCD" layoutX="14.0" layoutY="23.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information de connexion">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
</children>
</AnchorPane>
<GridPane layoutX="14.0" layoutY="46.0" prefHeight="132.0" prefWidth="502.0" AnchorPane.bottomAnchor="9.0" AnchorPane.leftAnchor="13.0" AnchorPane.rightAnchor="1.0" AnchorPane.topAnchor="45.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="219.0" minWidth="10.0" prefWidth="141.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="268.0" minWidth="10.0" prefWidth="120.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="235.0" minWidth="10.0" prefWidth="76.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="235.0" minWidth="10.0" prefWidth="133.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="235.0" minWidth="10.0" prefWidth="136.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="235.0" minWidth="10.0" prefWidth="63.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom d'utilisateur">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField prefHeight="35.0" prefWidth="219.0" GridPane.columnIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Mot de passe" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Répéter mot de passe" GridPane.rowIndex="2">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fill="#ee0404" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="2">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Type de compte" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Question secréte" GridPane.columnIndex="3" GridPane.rowIndex="1">
<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="2">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<PasswordField prefHeight="35.0" prefWidth="126.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
<PasswordField prefHeight="35.0" prefWidth="126.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4">
<children>
<ComboBox layoutY="5.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="Administrateur" />
<String fx:value="Utilisateur" />
</FXCollections>
</items>
</ComboBox>
</children>
</AnchorPane>
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
<children>
<ComboBox 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="Le Lycée que j'ai fréquenté ?" />
<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 prefHeight="35.0" prefWidth="137.0" GridPane.columnIndex="4" GridPane.rowIndex="2" />
</children>
</GridPane>
</children>
</AnchorPane>
<AnchorPane layoutX="14.0" layoutY="215.0" prefHeight="312.0" prefWidth="779.0" styleClass="panel-default" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0">
<children>
<AnchorPane layoutX="2.0" layoutY="2.0" prefHeight="38.0" prefWidth="469.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fontSmoothingType="LCD" layoutX="14.0" layoutY="23.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information personnel">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
</children>
</AnchorPane>
<ImageView fitHeight="104.0" fitWidth="103.0" layoutX="23.0" layoutY="70.0">
<image>
<Image url="@../../Public/icon/profiluser.jpg" />
</image>
</ImageView>
<Button layoutX="45.0" layoutY="186.0" mnemonicParsing="false" styleClass="btn-success" text="Ajouter" />
<GridPane layoutX="154.0" layoutY="53.0" prefHeight="227.0" prefWidth="561.0" AnchorPane.leftAnchor="153.0" AnchorPane.rightAnchor="19.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="124.0" minWidth="10.0" prefWidth="124.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="220.0" minWidth="10.0" prefWidth="134.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="136.0" minWidth="10.0" prefWidth="69.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="136.0" minWidth="10.0" prefWidth="66.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="175.0" minWidth="10.0" prefWidth="163.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="62.0" minHeight="10.0" prefHeight="45.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="44.0" minHeight="10.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="44.0" minHeight="10.0" prefHeight="17.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="74.0" minHeight="10.0" prefHeight="43.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="21.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="32.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="39.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="16.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prénom">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1" GridPane.rowIndex="1" />
<TextField 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 strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="4" GridPane.rowIndex="1" />
<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 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 layoutY="17.0" mnemonicParsing="false" text="Homme" />
<RadioButton layoutX="87.0" layoutY="17.0" mnemonicParsing="false" text="Femme" />
</children>
</AnchorPane>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1" GridPane.rowIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="4" GridPane.rowIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Tele" GridPane.rowIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField 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 prefHeight="35.0" prefWidth="166.0" GridPane.columnIndex="4" GridPane.rowIndex="6" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1" GridPane.rowIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="4" GridPane.rowIndex="7" />
</children>
</GridPane>
</children>
</AnchorPane>
<AnchorPane layoutY="543.0" prefHeight="44.0" prefWidth="743.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
<children>
<GridPane layoutX="-1.0" layoutY="13.0" prefHeight="38.0" prefWidth="743.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="13.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Button fx:id="ajouter" mnemonicParsing="false" onAction="#handleButtonAction" prefHeight="35.0" prefWidth="78.0" styleClass="btn-primary" text="Ajouter" GridPane.columnIndex="3" />
</children>
</GridPane>
</children>
</AnchorPane>
</children>
</AnchorPane>

View File

@@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.paint.*?>
<?import javafx.scene.text.*?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.collections.*?>
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="374.0" prefWidth="600.0" styleClass="Pane-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.GestionUtilisateurController">
<children>
<GridPane layoutX="6.0" layoutY="30.0" prefHeight="49.0" prefWidth="542.0" AnchorPane.leftAnchor="6.0" AnchorPane.rightAnchor="3.0" AnchorPane.topAnchor="30.0">
<children>
<AnchorPane>
<children>
<ComboBox layoutY="9.0" prefHeight="30.0" prefWidth="69.0" promptText="5" styleClass="liste-select">
<items>
<FXCollections fx:factory="observableArrayList">
<String fx:value="5" />
<String fx:value="10" />
<String fx:value="25" />
<String fx:value="50" />
<String fx:value="100" />
</FXCollections>
</items>
</ComboBox>
<Text layoutX="72.0" layoutY="29.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nombre des lignes" />
</children>
</AnchorPane>
<AnchorPane prefHeight="49.0" prefWidth="239.0" GridPane.columnIndex="3">
<children>
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#eeeeee" height="30.0" layoutX="187.0" layoutY="10.0" stroke="#b9b4b4" strokeType="INSIDE" width="52.0" />
<TextField fx:id="rechercher" layoutX="11.0" layoutY="10.0" prefHeight="30.0" prefWidth="184.0" AnchorPane.leftAnchor="11.0" AnchorPane.rightAnchor="54.0" />
<Line layoutX="215.0" layoutY="31.0" rotate="30.0" startX="10.0" stroke="#555555" strokeWidth="2.0" />
<Circle fill="#ededed" layoutX="209.0" layoutY="24.0" radius="8.0" stroke="#555555" strokeType="INSIDE" strokeWidth="2.0" />
</children>
</AnchorPane>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="145.0" minWidth="10.0" prefWidth="73.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="249.0" minWidth="10.0" prefWidth="249.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<AnchorPane id="AnchorPane" layoutX="6.0" layoutY="94.0" prefHeight="287.0" prefWidth="584.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="19.0" AnchorPane.leftAnchor="6.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="94.0">
<children>
<AnchorPane prefHeight="35.0" prefWidth="600.0" styleClass="panel-bleu-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="27.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des utilisaturs">
<font>
<Font name="Verdana Bold" size="12.0" />
</font>
</Text>
<Line endX="10.0" layoutX="10.0" layoutY="12.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="17.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="22.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
</children>
</AnchorPane>
<TableView fx:id="TableViewListUsers" layoutX="3.0" layoutY="36.0" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="40.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="35.0">
<columns>
<TableColumn fx:id="id" prefWidth="42.0" text="#" />
<TableColumn fx:id="type" prefWidth="96.0" text="Type" />
<TableColumn fx:id="login" prefWidth="108.0" text="Login" />
<TableColumn fx:id="nom" prefWidth="99.0" text="Nom" />
<TableColumn fx:id="prenom" prefWidth="88.0" text="Prénom" />
<TableColumn fx:id="tele" prefWidth="98.0" text="Telephone" />
</columns>
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</TableView>
<Group AnchorPane.bottomAnchor="7.0">
<children>
<Label fx:id="count" layoutX="80.0" layoutY="334.0" style="-fx-background-color: #2dcb73; -fx-background-radius: 2; -fx-padding: 5;" textFill="WHITE">
<font>
<Font name="Verdana Bold" size="11.0" />
</font>
</Label>
<Text layoutX="14.0" layoutY="349.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Total Count" AnchorPane.bottomAnchor="12.0" />
</children>
</Group>
</children>
</AnchorPane>
</children>
</AnchorPane>

View File

@@ -0,0 +1,419 @@
<?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>