User Profile
Collapse
-
i've gone all over the API, and looked at other examples on the internet, but just cant seem to get it working properly...boil er plate code would be much helpful (im assuming boiler plate code is basic, skeleton code :P ) -
hmm...thanks for the reply...but still not sure how to go about it...?Leave a comment:
-
opening hyperlinks in a JEditorPane
I've got a JEditorPane that is correctly displaying HTML hyperlinks, but all it does is display them, how can I make it so that when someone clicks on this hyperlink, it opens up their default web browser and opens the correct page?
This is the code I have so far:
...Code:public interface HyperLinkListener { public void hyperlinkUpdate(HyperlinkEvent e); } public void hyperlinkUpdate(HyperlinkEvent evt)
No activity results to display
Show More
Leave a comment: