I loaded an HTML page into a JTextPane.
I added a HyperlinkListener to catch rollovers and clicks. This works
fine.
The problem is that if I click near a link, but not on it, the link is no
longer resonsive.
It doesn't become responsive again until I rollover a different link on the
same page.
Help?
-Cindy
Andrew Thompson - 30 Aug 2005 03:21 GMT
> The problem is that if I click near a link, but not on it, the link is no
> longer resonsive.
Code? <http://www.physci.org/codes/sscce.jsp>

Signature
Andrew Thompson
physci.org 1point1c.org javasaver.com lensescapes.com athompson.info
"Ain't it dark, wrapped up in that tarp.."
Dixie Chicks 'Goodbye Earl'
Christian Kaufhold - 01 Sep 2005 11:56 GMT
Hello!
> I loaded an HTML page into a JTextPane.
> I added a HyperlinkListener to catch rollovers and clicks. This works
[quoted text clipped - 4 lines]
> It doesn't become responsive again until I rollover a different link on the
> same page.
Please post a compilable example that can be used to reproduce that
behaviour.
Christian