implementation des theme
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user