Class TooltipLabel

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

public class TooltipLabel extends JLabel
See Also:
  • Constructor Details

    • TooltipLabel

      public TooltipLabel(String description)
      Creates a JLabel instance with no image and with an empty string for the title. The label is centered vertically in its display area. The label's contents, once set, will be displayed on the leading edge of the label's display area.
      Parameters:
      description -