caute, ak uz niekto z vas robil update(), tak ja mam problem s volanim metody getValue(). mam tam nieco take
ak niekoho nieco napadne budem vdacny btw tile.getValue() nefunguje.
Code [Select]
...
Tile tile = field.getTiles(i, j);
if(tile.getState() == Tile.State.OPEN) {
if(tile instanceof Mine) {
System.out.printf("%3s", "X");
}
else if(tile instanceof Clue) {
System.out.printf("%3d", /* getValue() */);
}
}
...
ak niekoho nieco napadne budem vdacny btw tile.getValue() nefunguje.