|
How to select/highlight an entire row in JTextArea
In my JTextArea, the text consists of lines of text. When I click on a particular point in the JTextArea and if there is a line of text across
that point, I want that line of text is selected and high-lighted. How
to do this?
|