Update 'Cellules.java'
This commit is contained in:
parent
4f0d713a68
commit
c347df04ab
@ -1,7 +1,12 @@
|
||||
import java.awt.Color;
|
||||
import javax.swing.JComponent;
|
||||
import java.awt.Graphics;
|
||||
|
||||
/**
|
||||
* 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 Cellules extends JComponent{
|
||||
public static final int COULOIR=0;
|
||||
public static final int MUR=1;
|
||||
|
Loading…
Reference in New Issue
Block a user