Method getSelectionBackground()
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.setBackground(list.getSelectionBackground());
2 setBackground(list.getSelectionBackground());
3 setBackground(list.getSelectionBackground());
4 setBackground(list.getSelectionBackground());
5 setBackground(list.getSelectionBackground());
6 setBackground(list.getSelectionBackground());
7 setBackground(list.getSelectionBackground());
8 setBackground(list.getSelectionBackground());
9 setBackground(inList.getSelectionBackground());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.