Package junit.swingui

Class StatusLine

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

public class StatusLine extends JTextField
A status line component.
See Also:
  • Field Details

    • PLAIN_FONT

      public static final Font PLAIN_FONT
    • BOLD_FONT

      public static final Font BOLD_FONT
  • Constructor Details

    • StatusLine

      public StatusLine(int preferredWidth)
  • Method Details

    • showInfo

      public void showInfo(String message)
    • showError

      public void showError(String status)
    • clear

      public void clear()