453454455456457458459460461462
} private void makeInvisible(Coordinate coord) { // executing a change is needed only if something changes... if (!isInvisible(coord)) { MakeInvisible realChange = new MakeInvisible(coord, this); realChange.execute(); } }