implementation des theme

This commit is contained in:
2025-10-23 09:00:02 +02:00
parent 5bfaff0f62
commit a747e2867e
+1 -1
View File
@@ -22,7 +22,7 @@ public class CouleurList extends DefaultListCellRenderer {
}
@Override
public Component getListCellRendererComponent(JList list, Object value, int index,boolean isSelected, boolean cellHasFocus) {
public JLabel getListCellRendererComponent(JList list, Object value, int index,boolean isSelected, boolean cellHasFocus) {
JLabel lbl = (JLabel) super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus);