chmt couleur BG

This commit is contained in:
MOISOIU Stefan-Mihai
2026-02-02 11:40:03 +01:00
parent 2dc39d0d0a
commit 6933abc2b7
19 changed files with 50 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
package linea;
package linea;
import java.awt.BorderLayout;
import java.awt.Color;
@@ -33,7 +33,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(0, 73, 220));
}