@ -18,7 +18,7 @@ public class Apple
{
int x = ThreadLocalRandom.current().nextInt(0, gridSize);
int y = ThreadLocalRandom.current().nextInt(0, gridSize);
position.setLocation(x, y);
}