Class HyperLink

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public final class HyperLink extends JButton
A simple hyperlink component.
Version:
1.0
See Also:
  • Constructor Details

    • HyperLink

      public HyperLink()
      Creates a new hyperlink.
    • HyperLink

      public HyperLink(String text)
      Creates a new hyperlink with the specified text.
      Parameters:
      text - the hyperlink text