Class JHtmlLabel

All Implemented Interfaces:
MouseListener, MouseMotionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, SwingConstants
Direct Known Subclasses:
SkinnedJHtmlLabel

public class JHtmlLabel extends JLabel implements MouseListener, MouseMotionListener
Enhanced version of JLabel that changes the mouse curser to indicate when it passes over a clickable HTML HREF link, and triggers a listener to follow the link when it is clicked.

This class is a modified version of example code authored by Jeffrey Bush:
http://forum.java.sun.com/thread.jspa?threadID=574895invalid input: '&messageID'=2866170.

See Also: