diff --git a/GestionChoixAlgo.java b/GestionChoixAlgo.java index b7f43a2..b7cf22c 100644 --- a/GestionChoixAlgo.java +++ b/GestionChoixAlgo.java @@ -1,6 +1,11 @@ import javax.swing.*; import java.awt.event.*; - +/** + * 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 GestionChoixAlgo extends JFrame implements ActionListener { private JFrame cetteFrame; private ButtonGroup ceGroupe0;