init: update creation table
This commit is contained in:
@@ -10,7 +10,7 @@ public class CadreDeConnexion extends JFrame {
|
||||
setDefaultCloseOperation(EXIT_ON_CLOSE);
|
||||
setLocationRelativeTo(null); // Centre la fenêtre
|
||||
|
||||
// 2. Style du panneau principal (Gris foncé)
|
||||
// 2. Style du panneau principal (noir )
|
||||
JPanel panel = new JPanel(new GridBagLayout());
|
||||
panel.setBackground(new Color(30, 30, 30));
|
||||
add(panel);
|
||||
|
||||
Reference in New Issue
Block a user