501502503504505506507508509
public void startMove() { oldSelectedCenter = getSelected().getCentar(); } public void executeMove() { Command comm = new MoveCommand(oldSelectedCenter, selected.getCentar(), selected); executeCommand(comm); }