Class MainFrame

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

public class MainFrame extends JFrame
Main frame for the MathViewer application.
Version:
$Revision: 9fcde7bec879 $
See Also:
  • Constructor Details

    • MainFrame

      public MainFrame()
      This is the default constructor.
  • Method Details

    • displayAbout

      public void displayAbout()
      Display the about dialog.
    • loadFile

      public void loadFile(File f)
      Try to load a given file into this frame.
      Parameters:
      f - reference to the file.
    • openFile

      protected void openFile()
      carries out the actual file-open procedure.
    • getMathComponent

      public JMathComponent getMathComponent()
      This method initializes mathComponent.
      Returns:
      net.sourceforge.jeuclid.swing.JMathComponent
    • displaySettings

      public void displaySettings()
      Display the settings dialog.
    • exportFile

      protected void exportFile()
      Carries out the actual export File operation.