/** * 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 Start { public static void main(String[] args) { FenetreInit une_fenetre = new FenetreInit(); une_fenetre.Initialisation(); } }