Class JSilentLabel

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

public class JSilentLabel extends JLabel
JLabel that doesn't pass on mouse click events (Disable hiding of tool-tips when clicking)
Since:
12.2
See Also:
  • Constructor Details

    • JSilentLabel

      public JSilentLabel(Icon image)
    • JSilentLabel

      public JSilentLabel(String text, Icon icon, int horizontalAlignment)
    • JSilentLabel

      public JSilentLabel(String text)
    • JSilentLabel

      public JSilentLabel()
  • Method Details