implementation des theme

This commit is contained in:
2025-10-23 08:59:07 +02:00
parent b1248bb5e2
commit 5bfaff0f62
@@ -15,6 +15,8 @@ public class FenetreAjout extends JFrame implements ActionListener {
private final String[] nomsCouleurs = {"Bleu", "Rouge", "Vert", "Jaune", "Gris"}; private final String[] nomsCouleurs = {"Bleu", "Rouge", "Vert", "Jaune", "Gris"};
private final JComboBox<String> comboTheme = new JComboBox<>(nomsCouleurs); private final JComboBox<String> comboTheme = new JComboBox<>(nomsCouleurs);
private final JButton boutonValider; private final JButton boutonValider;
private final JButton boutonAnnuler; private final JButton boutonAnnuler;