From c347df04abf6f2fdb09a0a56aeaa1fd5a5be4b66 Mon Sep 17 00:00:00 2001 From: Fauvet matthis Date: Fri, 28 Apr 2023 20:29:09 +0200 Subject: [PATCH] Update 'Cellules.java' --- Cellules.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cellules.java b/Cellules.java index f2e028f..7d1cab5 100644 --- a/Cellules.java +++ b/Cellules.java @@ -1,7 +1,12 @@ import java.awt.Color; import javax.swing.JComponent; import java.awt.Graphics; - +/** + * 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 Cellules extends JComponent{ public static final int COULOIR=0; public static final int MUR=1;