|
|
@ -57,7 +57,11 @@ public class StartTicTacToeGame implements ActionListener{ |
|
|
|
button2.addActionListener(this); |
|
|
|
gui.Frame.add(button2); |
|
|
|
|
|
|
|
|
|
|
|
button3 = new JButton(); |
|
|
|
button3.setBackground(Color.white); |
|
|
|
button3.setBounds(500, 100, 100,100); |
|
|
|
button3.addActionListener(this); |
|
|
|
gui.Frame.add(button3); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|