Class DebugFrame

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

public class DebugFrame extends JFrame
See Also:
  • Constructor Details

    • DebugFrame

      public DebugFrame(Emu emu)
  • Method Details

    • generateInputPanel

      public void generateInputPanel()
      This method adds an internal frame used to grab input for emu commands that need input.
    • addDocument

      public void addDocument(Document doc)
      Method addDocument ...
      Parameters:
      doc - of type Document
    • addPanel

      public void addPanel(JPanel panel, String title)
      Method to add Panel to gui.
      Parameters:
      panel - JPanel to add
      title - title of frame
    • removeDocument

      public void removeDocument(Document doc)
      Method removeDocument ...
      Parameters:
      doc - of type Document
    • getToolBar

      public SmartToolbar getToolBar()
      Method getToolBar returns the toolBar of this Framework object.
      Returns:
      the toolBar (type SmartToolbar) of this Framework object.