Package rma.util

Class JMessageBox

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class JMessageBox extends JFrame
A Swing Frame that will display a centered message in a label.
See Also:
  • Constructor Details

    • JMessageBox

      public JMessageBox(String label)
      Construct a message box with a specified label and no title.
    • JMessageBox

      public JMessageBox(String title, String label)
      Construct a message box with a specified title and label.
    • JMessageBox

      public JMessageBox()
      Construct a message box with an empty label.
  • Method Details

    • setVisible

      public void setVisible(boolean tf)
      Overrides:
      setVisible in class Window
    • main

      public static void main(String[] args)
    • addNotify

      public void addNotify()
      Overrides:
      addNotify in class Frame