From 601fde2f3a6eb42db368032c8ceca14742133c28 Mon Sep 17 00:00:00 2001 From: Fauvet matthis Date: Fri, 28 Apr 2023 20:21:54 +0200 Subject: [PATCH] Update 'These.java' --- These.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/These.java b/These.java index dff5c56..65682d3 100644 --- a/These.java +++ b/These.java @@ -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;