From 0d737334c6b108654df29f49ab05eec67c472db2 Mon Sep 17 00:00:00 2001 From: loperret2 Date: Thu, 13 Oct 2022 18:01:44 +0200 Subject: [PATCH] =?UTF-8?q?Syst=C3=A8me=20de=20filtrage=20+=20modification?= =?UTF-8?q?=20du=20syst=C3=A8me=20d'ajout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Boutique/ressources/fxml/MainWindow.fxml | 6 ++-- Boutique/src/Modele/metier/Boutique.java | 4 +-- Boutique/src/view/MainWindow.java | 31 ++++++++++++++----- .../src/view/cellules/CelluleProduit.java | 1 + Boutique/src/view_modele/BoutiqueVM.java | 21 +++++++++++-- Boutique/src/view_modele/Filtre.java | 21 +++++++++++++ Boutique/src/view_modele/HabitVM.java | 4 +++ Boutique/src/view_modele/ParfumVM.java | 5 +++ 8 files changed, 78 insertions(+), 15 deletions(-) create mode 100644 Boutique/src/view_modele/Filtre.java diff --git a/Boutique/ressources/fxml/MainWindow.fxml b/Boutique/ressources/fxml/MainWindow.fxml index c49193b..639c592 100644 --- a/Boutique/ressources/fxml/MainWindow.fxml +++ b/Boutique/ressources/fxml/MainWindow.fxml @@ -14,10 +14,10 @@ - + -