Sets the text color of the currently selected text.
public void setSelColor( Color selColor )
selColor
A Color object that describes the color to which to set the selection.
If no text is currently selected, the color is applied to the current insertion point, and to all text that the user types at the insertion point. The new color format is in effect only until the insertion point changes.
See Also getSelColor