Package weka.gui

Class Main.ChildFrameSDI

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

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

    • ChildFrameSDI

      public ChildFrameSDI(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 Window