I have a JTextPane
which has the content type text/plain. I set some texts to that JTextPane
and it contain some texts which display URLs
. I want to change the mouse pointer when I point the mouse to that text only into the hand pointer.
Is this function achievable?
Note: I have the content of the JTextPane
as text/plain
. It cannot be changed to text/html
thanx