changement texte
This commit is contained in:
@@ -78,7 +78,7 @@ public class Jeu implements KeyListener, ActionListener, MouseListener {
|
||||
labScore.setBounds(20, 0, 200, 50);
|
||||
ecran.add(labScore);
|
||||
|
||||
labGameOver = new JLabel("GAME OVER - clic pour menu", SwingConstants.CENTER);
|
||||
labGameOver = new JLabel("GAME OVER", SwingConstants.CENTER);
|
||||
labGameOver.setForeground(Color.WHITE);
|
||||
labGameOver.setFont(new Font("Arial", Font.BOLD, 40));
|
||||
labGameOver.setBounds(0, 200, 800, 100);
|
||||
|
||||
Reference in New Issue
Block a user