Class HyperlinkComponent

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class HyperlinkComponent extends JPanel
A component that acts like a label, but adds the ability to render HTML anchors and the ability for clients to add anchor handlers.

When given HTML content (a String that starts with <HTML>) and anchor tags (<a href="callback_name">a hyper link<a>), this component will display the hyperlinks properly and will notify any registered listeners (addHyperlinkListener(String, HyperlinkListener) that the user has clicked the link by the given name.

See Also: