diff options
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); |
