Class MainFrame

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

public class MainFrame extends JFrame
Displays information about a parse tree. The user can change the file that is parsed and displayed using a JFileChooser.
See Also:
  • Constructor Details

    • MainFrame

      public MainFrame()
      Create a new MainFrame.
  • Method Details

    • openFile

      public void openFile(File sourceFile)
      Open file and load it.
      Parameters:
      sourceFile - the file to open.