ajout PDF
This commit is contained in:
parent
0f2b78e1dd
commit
18a6960165
BIN
Compte_rendu_SAE_DEV_Fauvet.pdf
Normal file
BIN
Compte_rendu_SAE_DEV_Fauvet.pdf
Normal file
Binary file not shown.
@ -64,9 +64,9 @@ public class FenetreRndmGrille extends Fenetre{
|
|||||||
int nombreAleatoire = rand.nextInt(2); // génère un nombre entre 0 et 2
|
int nombreAleatoire = rand.nextInt(2); // génère un nombre entre 0 et 2
|
||||||
|
|
||||||
if(nombreAleatoire == 0){
|
if(nombreAleatoire == 0){
|
||||||
grille[i][j] = Cellules.LIBRE; //true
|
grille[i][j] = Cellules.LIBRE; //false
|
||||||
} else {
|
} else {
|
||||||
grille[i][j] = Cellules.OCCUPE; //false
|
grille[i][j] = Cellules.OCCUPE; //true
|
||||||
}
|
}
|
||||||
|
|
||||||
this.modif = new Modifications(interfacePanel, grille,this.tabCouleur);
|
this.modif = new Modifications(interfacePanel, grille,this.tabCouleur);
|
||||||
|
Loading…
Reference in New Issue
Block a user