Compare commits
No commits in common. "6b0aa04b25cc4d5f094b1896a25c1249ddd7275a" and "c2700c157450f167a04c3a09f1c946aa00c75443" have entirely different histories.
6b0aa04b25
...
c2700c1574
|
@ -155,7 +155,7 @@ public class GameBoard extends JPanel {
|
|||
public void actionPerformed(ActionEvent e) {
|
||||
kontextText.setText(kT2);
|
||||
p1.ready();
|
||||
if(p1.isReady()) {
|
||||
if(true) {
|
||||
remove(readyButton);
|
||||
remove(resetButton);
|
||||
remove(rightButtonsPanel);
|
||||
|
|
Loading…
Reference in New Issue