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 <
JTextPane
You could try this:
pane.setCursor(new Cursor(Cursor.HAND_CURSOR));
Where pane is your JTextPane.
pane