diff options
| author | polo <ordipolo@gmx.fr> | 2026-07-12 18:08:54 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-07-12 18:08:54 +0200 |
| commit | dd82df9348efbfe0a27eeabacbf96b0d3275add2 (patch) | |
| tree | 3f81ee69f0e79b38d89d2c392aebe7003d7917b0 /src/main/java/vue/AfficheGestionCompte.java | |
| parent | e10af06f9ea3b0fbbe94ddf7c4404f9bc7309f67 (diff) | |
| download | ppe_javafx-dd82df9348efbfe0a27eeabacbf96b0d3275add2.tar.gz ppe_javafx-dd82df9348efbfe0a27eeabacbf96b0d3275add2.tar.bz2 ppe_javafx-dd82df9348efbfe0a27eeabacbf96b0d3275add2.zip | |
petit nettoyage, encodage utf-8
Diffstat (limited to 'src/main/java/vue/AfficheGestionCompte.java')
| -rw-r--r-- | src/main/java/vue/AfficheGestionCompte.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/vue/AfficheGestionCompte.java b/src/main/java/vue/AfficheGestionCompte.java index 829ec99..fa42cf1 100644 --- a/src/main/java/vue/AfficheGestionCompte.java +++ b/src/main/java/vue/AfficheGestionCompte.java | |||
| @@ -15,7 +15,6 @@ import javafx.scene.control.Alert.AlertType; | |||
| 15 | import javafx.scene.layout.VBox; | 15 | import javafx.scene.layout.VBox; |
| 16 | import javafx.scene.text.Font; | 16 | import javafx.scene.text.Font; |
| 17 | import javafx.stage.Stage; | 17 | import javafx.stage.Stage; |
| 18 | import modele.Evenement; | ||
| 19 | import modele.User; | 18 | import modele.User; |
| 20 | 19 | ||
| 21 | public class AfficheGestionCompte { | 20 | public class AfficheGestionCompte { |
| @@ -49,7 +48,7 @@ public static void affiche(Stage primaryStage,User session) { | |||
| 49 | 48 | ||
| 50 | VBox vbox2 = new VBox(); | 49 | VBox vbox2 = new VBox(); |
| 51 | 50 | ||
| 52 | VBox vboxL = new VBox(); | 51 | //VBox vboxL = new VBox(); |
| 53 | 52 | ||
| 54 | vbox2.getChildren().add(etiquette2); | 53 | vbox2.getChildren().add(etiquette2); |
| 55 | vbox2.getChildren().add(texte2); | 54 | vbox2.getChildren().add(texte2); |
