public void setSelectionForeground (Color selectionForeground)

Sets the color used to draw the foreground of selected items, which cell renderers can use to render text and graphics. DefaultListCellRenderer uses this color to draw the foreground of items in the selected state, as do the renderers installed by most ListUI implementations.

The default value of this property is defined by the look and feel implementation.

This is a JavaBeans bound property.

Parameters:
selectionForeground    the Color to use in the foreground for selected list items

See also:
getSelectionForeground, setSelectionBackground, setForeground, setBackground, setFont, DefaultListCellRenderer

@beaninfo bound: true attribute: visualUpdate true description: The foreground color of selected cells.