Changement langue bouton back to menu
This commit is contained in:
@@ -23,7 +23,7 @@ public class ZoneDessin extends JPanel {
|
|||||||
setBackground(new Color(100,100,100));
|
setBackground(new Color(100,100,100));
|
||||||
|
|
||||||
// 2. Création et configuration du bouton
|
// 2. Création et configuration du bouton
|
||||||
btnRetour = new JButton("Retour au Menu");
|
btnRetour = new JButton("Back to Menu");
|
||||||
// x, y, largeur, hauteur (centré horizontalement pour une fenêtre de 800px)
|
// x, y, largeur, hauteur (centré horizontalement pour une fenêtre de 800px)
|
||||||
btnRetour.setBounds(300, 350, 200, 50);
|
btnRetour.setBounds(300, 350, 200, 50);
|
||||||
btnRetour.setFont(new Font("Arial", Font.BOLD, 16));
|
btnRetour.setFont(new Font("Arial", Font.BOLD, 16));
|
||||||
|
|||||||
Reference in New Issue
Block a user