Method getSelectionBackground()
Return type:
java.awt.Color
Member of:
javax.swing.JTable
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
result.setBackground(getSelectionBackground());
2
result.setBackground(getSelectionBackground());
3
super.setBackground(table.getSelectionBackground());
4
renderer.setBackground(table.getSelectionBackground());
5
setBackground(table.getSelectionBackground());
6
retVal.setBackground(table.getSelectionBackground());
7
setBackground( p_table.getSelectionBackground() );
8
bg = table.getSelectionBackground();
9
selectedBorder = BorderFactory.createLineBorder(table.getSelectionBackground(), 1);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.