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;