Class JStackLabel

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

public class JStackLabel extends JLabel
Allows texts to be pushed and popped. Pushed texts have preceedence over set texts Good for status bars wanting to display temporary messages for instance
See Also:
  • Constructor Details

    • JStackLabel

      public JStackLabel()
  • Method Details

    • pushText

      public void pushText(String text)
    • popText

      public void popText(String text)
    • setText

      public void setText(String text)
      Overrides:
      setText in class JLabel