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 Link icon

  • Constructor Details Link icon

    • PamLabel Link icon

      public PamLabel(Icon image, int horizontalAlignment)
    • PamLabel Link icon

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

      public PamLabel()
    • PamLabel Link icon

      public PamLabel(Icon image)
    • PamLabel Link icon

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

      public PamLabel(String text)
  • Method Details Link icon