Update 'Start.java'
This commit is contained in:
parent
601fde2f3a
commit
598df9ec7e
@ -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 Start {
|
public class Start {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
FenetreInit une_fenetre = new FenetreInit();
|
FenetreInit une_fenetre = new FenetreInit();
|
||||||
|
Loading…
Reference in New Issue
Block a user