chmt couleur BG
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user