From 3276da46d8df21107491047b459e5797b9fe1adf Mon Sep 17 00:00:00 2001 From: tit-exe Date: Mon, 23 Feb 2026 11:04:01 +0100 Subject: [PATCH] changement texte --- src/Jeu.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jeu.java b/src/Jeu.java index 69cce07..4e653eb 100644 --- a/src/Jeu.java +++ b/src/Jeu.java @@ -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);