Package rma.swing

Class RmaFrame

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

public class RmaFrame extends JFrame implements ComponentListener
See Also:
  • Field Details

    • _isModified

      protected boolean _isModified
  • Constructor Details

    • RmaFrame

      public RmaFrame()
  • Method Details

    • rebuildChoices

      public void rebuildChoices()
    • setModified

      public void setModified(boolean mod)
    • isModified

      public boolean isModified()
    • setDefaultSize

      public void setDefaultSize(int x, int y)
      Sets the default size of the dialog. If the dialog is resized smaller than the default size, it is resized to the default size.
    • setPrintLocations

      public void setPrintLocations(boolean yesNo)
      Debugging Construct to print out the demensions of the dialog on resize
    • componentHidden

      public void componentHidden(ComponentEvent e)
      Specified by:
      componentHidden in interface ComponentListener
    • componentMoved

      public void componentMoved(ComponentEvent e)
      Specified by:
      componentMoved in interface ComponentListener
    • componentResized

      public void componentResized(ComponentEvent e)
      Specified by:
      componentResized in interface ComponentListener
    • componentShown

      public void componentShown(ComponentEvent e)
      Specified by:
      componentShown in interface ComponentListener
    • repaint

      public void repaint()
      Overrides:
      repaint in class Component
    • getDisplayUnitSystem

      public int getDisplayUnitSystem()