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
> 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.