Method getSelectionForeground()
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.setForeground(getSelectionForeground());
2 result.setForeground(getSelectionForeground());
3 super.setForeground(table.getSelectionForeground());
4 renderer.setForeground(table.getSelectionForeground());
5 setForeground(table.getSelectionForeground());
6 setForeground( p_table.getSelectionForeground() );
7 fg = table.getSelectionForeground();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.