Update 'These.java'
This commit is contained in:
parent
131c3deba7
commit
601fde2f3a
@ -1,3 +1,9 @@
|
||||
/**
|
||||
* 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 These {
|
||||
public static final boolean LIBRE = false;
|
||||
public static final boolean OCCUPE = true;
|
||||
|
Loading…
Reference in New Issue
Block a user