Update 'ModificationsTab.java'
This commit is contained in:
parent
28a5834019
commit
4f351315b4
@ -1,5 +1,10 @@
|
||||
import java.awt.event.MouseEvent;
|
||||
|
||||
/**
|
||||
* 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 ModificationsTab {
|
||||
|
||||
private boolean[][] cetteGrille;
|
||||
|
Loading…
Reference in New Issue
Block a user