Removed Play Again icon

This commit is contained in:
delvh
2020-06-26 16:44:19 +02:00
committed by GitHub
parent 396c3a0e81
commit 851380cfea

View File

@ -61,7 +61,7 @@ public class StartScreen extends JFrame {
JButton buPlay = new JButton("Start Game");
buPlay.setBounds(158, 197, 190, 131);
buPlay.setText("Play");
buPlay.setText("Play Again");
buPlay.setMnemonic(KeyEvent.VK_ENTER);
buPlay.setFont(new Font("Times New Roman", Font.PLAIN, 16));
buPlay.addActionListener(a -> {