From 3329d7f7d7848746bec44d367ee9080697bac928 Mon Sep 17 00:00:00 2001 From: Fauvet matthis Date: Fri, 28 Apr 2023 20:26:02 +0200 Subject: [PATCH] Update 'GestionChoixAlgo.java' --- GestionChoixAlgo.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;