From e245dcba5224a0dfc6b3242e1d6f859c3cd8e615 Mon Sep 17 00:00:00 2001 From: Fastium <79766552+Fastium@users.noreply.github.com> Date: Thu, 19 May 2022 12:35:53 +0200 Subject: [PATCH] comment in hessoGarage and biullGui --- .vscode/launch.json | 14 ++++++++++++++ bin/BillGUI/HesSoGarage.class | Bin 841 -> 841 bytes bin/GUI/ButtonListener.class | Bin 1126 -> 1126 bytes bin/GUI/GUI1.class | Bin 1320 -> 1320 bytes bin/GUI/GUI2.class | Bin 1497 -> 1497 bytes bin/GUI/Listener.class | Bin 1136 -> 1136 bytes src/BillGUI/HesSoGarage.java | 2 ++ src/GUI/GUI1.java | 1 - src/GUI/GUI2.java | 1 - 9 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index bbb66eb..61d0a31 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,5 +1,19 @@ { "configurations": [ + { + "type": "java", + "name": "Launch GUI2", + "request": "launch", + "mainClass": "GUI.GUI2", + "projectName": "Lab15_OOP_79fdc875" + }, + { + "type": "java", + "name": "Launch GUI1", + "request": "launch", + "mainClass": "GUI.GUI1", + "projectName": "Lab15_OOP_79fdc875" + }, { "type": "java", "name": "Launch HesSoGarage", diff --git a/bin/BillGUI/HesSoGarage.class b/bin/BillGUI/HesSoGarage.class index ae13f61289e41dfc67418f60b99d49f96de01816..41797021427f22c20f152b37df0ad12d6758d6f9 100644 GIT binary patch delta 29 jcmX@fc9LzwKPEvo1`Y;x25un9$H2uP&A>gGpVi_@% delta 83 zcmZ3%wSsHIFJ@Lj1~vwv$^V&G*a|bSFo-g6F^DmUFo-kAF-S0IFi0~PFvu{NGRQO7 mGbk{4GAJ?xGbk}cGAJ{|GpI16GN>|S1636;Xia{?;sO9i+6?^w diff --git a/bin/GUI/GUI2.class b/bin/GUI/GUI2.class index c550513a48821ae3974f5a5283042e921621c0f5..798431555684ef24154276432994ba2329d1726e 100644 GIT binary patch delta 87 zcmWN{s}4Y50D#di{1hAJHrKIX1YJ=yT~Q@T(-fxYUPSaN-iDLUtGvp62uVdoyH4@6 oIsyX~6BmmJn*xUlj~btbfR2!!n305ul$nf$ob{g@<+V%02T?~1)c^nh delta 87 zcmcb~eUp1bGYcy}0~>?D Hv8Vw65V8qY delta 51 zcmeys@quH*5@t~=1{MZm22KWR20jKG24MzU1_=hc$vc@_cwHH|8Qd6@8QdB47(6F? Hv8Vw65u^!V diff --git a/src/BillGUI/HesSoGarage.java b/src/BillGUI/HesSoGarage.java index a3fee25..32e6e9a 100644 --- a/src/BillGUI/HesSoGarage.java +++ b/src/BillGUI/HesSoGarage.java @@ -2,9 +2,11 @@ package BillGUI; public class HesSoGarage { public static void main(String[] args) { + //Create a new garage GarageManager garageManager = new GarageManager(); String name = "Garage manager
Prestations"; String logoFilePath = "src/logo_garage.png"; //TODO redimensionnement automatique + //Create a new HMI for calculate and print the bill new ManagerGui(name, logoFilePath, garageManager.getServices(), garageManager); //TODO affichage sans redimensionnement } } diff --git a/src/GUI/GUI1.java b/src/GUI/GUI1.java index 04024be..e0dfb53 100644 --- a/src/GUI/GUI1.java +++ b/src/GUI/GUI1.java @@ -1,5 +1,4 @@ package GUI; -//TODO mettre commentaire import javax.swing.*; diff --git a/src/GUI/GUI2.java b/src/GUI/GUI2.java index aad4fb6..4ab0810 100644 --- a/src/GUI/GUI2.java +++ b/src/GUI/GUI2.java @@ -1,5 +1,4 @@ package GUI; -//TODO mettre commentaire import javax.swing.*; import javax.swing.event.ChangeEvent;