I've been working on an applet that gets all the links from a webpage. So far, I have it getting the source. I have found some regular expressions that supposedly will parse out the source, but it doesn't make any change to the original source.
I also found some example using the HTMLEditorKit, but haven't had any luck with that. I don't think that works with applets. Any ideas on how to parse out all of the hyperlinks from the html source? I have to source saved as a string. I have done this before in C#, but completely stuck with java.