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;