Class PamLabel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, ColorManaged
Direct Known Subclasses:
LoggerFormLabel, VerticalLabel, WarningLabel

public class PamLabel extends JLabel implements ColorManaged
Extension of JLabel to use standard PAMGUARD colours

generally not used in dialogs which use the default colours, but should be used in preference to JLabel in on screen information.

Author:
Doug Gillespie
See Also:
  • Field Details

  • Constructor Details

    • PamLabel

      public PamLabel(Icon image, int horizontalAlignment)
    • PamLabel

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

      public PamLabel()
    • PamLabel

      public PamLabel(Icon image)
    • PamLabel

      public PamLabel(String text, int horizontalAlignment)
    • PamLabel

      public PamLabel(String text)
  • Method Details