Update 'Parcours.java'
This commit is contained in:
parent
3c982df670
commit
f3343f12a9
@ -1,5 +1,10 @@
|
||||
import javax.swing.JOptionPane;
|
||||
|
||||
/**
|
||||
* 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 Parcours {
|
||||
private int taille;
|
||||
private int ceCompteur = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user