java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JLabel
com.inductiveautomation.ignition.client.util.gui.LoadingLabel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class LoadingLabel extends JLabel
It's a label that says "Loading..." with a little blinky thing. Show it at the correct times and be rewarded with increased user patience!
See Also:
  • Field Details

    • LOADING_GIF

      public static ImageIcon LOADING_GIF
      A small animated gif used for loading labels
    • SEMI_TRANSPARENT

      public static Color SEMI_TRANSPARENT
    • fillBackground

      protected boolean fillBackground
  • Constructor Details

    • LoadingLabel

      public LoadingLabel()
  • Method Details

    • isOpaque

      public boolean isOpaque()
      Overrides:
      isOpaque in class JComponent
    • setFillBackground

      public void setFillBackground(boolean fillBackground)
    • isFillBackground

      public boolean isFillBackground()
    • paintComponent

      protected void paintComponent(Graphics g)
      Overrides:
      paintComponent in class JComponent