Toto
This commit is contained in:
parent
b42a5cd879
commit
4a0c2e69db
@ -11,8 +11,9 @@ public class CaseColore extends CaseAbstraite {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String affichageSpecial() {
|
public String affichageSpecial() {
|
||||||
if (this.couleur.getRGB() < 0)
|
if (Color.white.getRGB() != this.couleur.getRGB()) {
|
||||||
return String.valueOf(String.valueOf(this.couleur.getRGB()).charAt(0));
|
return this.couleur.getBlue() + this.couleur.getRed() + this.couleur.getGreen() + "";
|
||||||
|
}
|
||||||
return " ";
|
return " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user