Update 'These.java'

This commit is contained in:
Matthis FAUVET 2023-04-28 20:21:54 +02:00
parent 131c3deba7
commit 601fde2f3a

View File

@ -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;