-implementation menu

This commit is contained in:
2026-02-10 15:44:59 +01:00
parent f14501abd1
commit 27f8f60bed
4 changed files with 123 additions and 114 deletions

View File

@@ -32,7 +32,7 @@ public class ZoneDessin extends JPanel { // hérite d'une classe du frameWork st
// on prépare la zone d'affichage
setLayout(new BorderLayout());
setPreferredSize(new Dimension(800, 600));
setBackground(new Color(220,170,0));
setBackground(new Color(100,100,100));
}