433434435436437438439440441442443
for (int j = 0; j < 2; j++) { Player player = game.getPlayer(j); List<Letter> list = player.getLetters(); player.clearRack(list.iterator()); list.clear(); player.fillRack(); player.initialize(); player.setSimulation(true); } // Start simulation