Method getSelectionForeground()
Return type: java.awt.Color
Member of: javax.swing.JList
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 cb.setForeground(list.getSelectionForeground());
2 setForeground(list.getSelectionForeground());
3 setForeground(list.getSelectionForeground());
4 setForeground(list.getSelectionForeground());
5 setForeground(list.getSelectionForeground());
6 setForeground(list.getSelectionForeground());
7 setForeground(list.getSelectionForeground());
8 setForeground(list.getSelectionForeground());
9 setForeground(inList.getSelectionForeground());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.