Mindestanzahl der Spieler hinzugefügt

master
Zocker1999NET 10 years ago
parent 68828cc7cc
commit 1808dda27f

@ -185,6 +185,7 @@ public class Colours extends World implements ButtonEvent
lila.setBackColor(getC(posli)); lila.setBackColor(getC(posli));
gelb.setBackColor(getC(posgb)); gelb.setBackColor(getC(posgb));
remove.setBackColor((x > 0) ? Color.black : Color.gray); remove.setBackColor((x > 0) ? Color.black : Color.gray);
weiter.setBackColor((x > 2) ? Color.black : Color.gray);
pl1.setText(""); pl1.setText("");
pl2.setText(""); pl2.setText("");
pl3.setText(""); pl3.setText("");

Loading…
Cancel
Save