final JComboBox animationKindCombo = new JComboBox(new Object[] {
AnimationKind.NONE, AnimationKind.FAST, AnimationKind.REGULAR,
AnimationKind.SLOW, AnimationKind.DEBUG_FAST,
AnimationKind.DEBUG, AnimationKind.DEBUG_SLOW });
animationKindCombo.setRenderer(new SubstanceDefaultComboBoxRenderer(
animationKindCombo) {
@Override
public Component getListCellRendererComponent(JList list,
Object value, int index, boolean isSelected,
boolean cellHasFocus) {