Fix missing ImageIcon for PlayButton and repeated EndScreen Spawning #3

Merged
CyB3RC0nN0R merged 3 commits from develop into develop 2020-06-26 16:54:31 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 851380cfea - Show all commits

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 -> {