Removed Play Again
icon
This commit is contained in:
parent
396c3a0e81
commit
851380cfea
@ -61,7 +61,7 @@ public class StartScreen extends JFrame {
|
|||||||
|
|
||||||
JButton buPlay = new JButton("Start Game");
|
JButton buPlay = new JButton("Start Game");
|
||||||
buPlay.setBounds(158, 197, 190, 131);
|
buPlay.setBounds(158, 197, 190, 131);
|
||||||
buPlay.setText("Play");
|
buPlay.setText("Play Again");
|
||||||
buPlay.setMnemonic(KeyEvent.VK_ENTER);
|
buPlay.setMnemonic(KeyEvent.VK_ENTER);
|
||||||
buPlay.setFont(new Font("Times New Roman", Font.PLAIN, 16));
|
buPlay.setFont(new Font("Times New Roman", Font.PLAIN, 16));
|
||||||
buPlay.addActionListener(a -> {
|
buPlay.addActionListener(a -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user