Changing the mouse pointer in JtextPane?

Well the concept is the same. You use a MouseListener and convert the mouse point to get the text at the caret position. When you are over a url text then you change the cursor.

The Utilities class might help you access the text at the caret location. If you need more help then post your SSCCE that shows what you have tried and shows what problems you are having.

You could try this: pane. SetCursor(new Cursor(Cursor. HAND_CURSOR)); Where pane is your JTextPane.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions