Correction des couleurs + Amélioration de la documentation
This commit is contained in:
parent
0cc2067922
commit
19e3aeaf76
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ JCFLAGS := -encoding UTF-8 -implicit:none
|
||||
JVM := java
|
||||
JVMFLAGS :=
|
||||
|
||||
SRCDIR := ./src/GridSolver
|
||||
SRCDIR := ./src/GridMaker
|
||||
OUTDIR := ./out
|
||||
DOCDIR := ./doc
|
||||
SRC := $(wildcard $(SRCDIR)/*.java)
|
||||
|
@ -3,6 +3,9 @@ import java.awt.event.KeyListener;
|
||||
|
||||
/**
|
||||
* GridMakerCaseListener est un KeyListener utilisé pour écouter les événements de touche dans GridMakerCase.
|
||||
* @version 1.0
|
||||
* @author Moncef STITI
|
||||
* @author Marco ORFAO
|
||||
*/
|
||||
public class GridMakerCaseListener implements KeyListener {
|
||||
|
||||
|
@ -25,7 +25,7 @@ public class GSPlay {
|
||||
|
||||
private Container content;
|
||||
private GSGrid ma_Grille;
|
||||
private Button boutonValider = new Button("Valider");
|
||||
private Button boutonValider = new Button("Valider",Color.white);
|
||||
private long startTime;
|
||||
private long vraiTime;
|
||||
private Window gameplay;
|
||||
|
Loading…
Reference in New Issue
Block a user