Hyperlinks in a JEditorPane

Hi all,I have a JEditorPane which will be displaying html pages. My problem is, I don't know how to get my app to listen for user's clicking on hyperlinks. What classes should I be looking at?Thanks,John
[233 byte] By [johnmcparlalda] at [2007-10-3 4:51:00]
# 1
http://www.google.co.uk/search?hl=en&q=jeditorpane+hyperlink&btnG=Google+Search&meta=
itchyscratchya at 2007-7-14 22:55:39 > top of Java-index,Desktop,Core GUI APIs...
# 2
amazing how different keywords make all the difference in google eh?
johnmcparlalda at 2007-7-14 22:55:39 > top of Java-index,Desktop,Core GUI APIs...
# 3
Given your question I have to wonder what keywords you were using :o)
itchyscratchya at 2007-7-14 22:55:39 > top of Java-index,Desktop,Core GUI APIs...
# 4
"java follow hyperlinks" were my keywords and there's too much copyright stuff in those results and very littel teaching.
johnmcparlalda at 2007-7-14 22:55:39 > top of Java-index,Desktop,Core GUI APIs...
# 5
> I don't know how to get my app to listen for user's clicking on hyperlinksEven simpler, I would start by reading the JEditorPane API, which has an example.
camickra at 2007-7-14 22:55:39 > top of Java-index,Desktop,Core GUI APIs...