diff --git a/Exporter.java b/Exporter.java index 0fcc6bb..f609443 100644 --- a/Exporter.java +++ b/Exporter.java @@ -1,6 +1,11 @@ import java.awt.*; 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 Exporter extends Fenetre{ private boolean[][] cetteGrille; private Cellules[][] grilleCellules;