Package weka.gui

Class Main.ChildFrameMDI

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Enclosing class:
Main

public static class Main.ChildFrameMDI extends JInternalFrame
Specialized JInternalFrame class.
Version:
$Revision: 15257 $
Author:
fracpete (fracpete at waikato dot ac dot nz)
See Also:
  • Constructor Details

    • ChildFrameMDI

      public ChildFrameMDI(Main parent, String title)
      constructs a new internal frame that knows about its parent.
      Parameters:
      parent - the parent frame
      title - the title of the frame
  • Method Details

    • getParentFrame

      public Main getParentFrame()
      returns the parent frame, can be null.
      Returns:
      the parent frame
    • dispose

      public void dispose()
      de-registers the child frame with the parent first.
      Overrides:
      dispose in class JInternalFrame