final JComboBox focusKindCombo = new JComboBox(
new Object[] { FocusKind.NONE, FocusKind.ALL,
FocusKind.ALL_INNER, FocusKind.TEXT,
FocusKind.UNDERLINE, FocusKind.STRONG_UNDERLINE });
focusKindCombo.setRenderer(new SubstanceDefaultComboBoxRenderer(
focusKindCombo) {
@Override
public Component getListCellRendererComponent(JList list,
Object value, int index, boolean isSelected,
boolean cellHasFocus) {