From dab911cc13facb7806a148ad27dda8aed63a6d04 Mon Sep 17 00:00:00 2001 From: Fauvet matthis Date: Fri, 28 Apr 2023 20:25:34 +0200 Subject: [PATCH] Update 'GestionModif.java' --- GestionModif.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/GestionModif.java b/GestionModif.java index a1c59bb..6af68d3 100644 --- a/GestionModif.java +++ b/GestionModif.java @@ -1,6 +1,11 @@ import java.awt.event.*; import javax.swing.*; - +/** + * La class Attente inclu un KeyListener, cette classe a pour objectif d'attendre une entré sur la touche espace du clavier + * pour regarder le parcours qu'emprunte l'algorithme + * @version 1.1 + * @author Matthis Fauvet + */ public class GestionModif implements ActionListener{ private String Reponses1="Quitter", Reponses2="Suivant"; private String cet_event;