Package editor

Class SystemPanel

All Implemented Interfaces:
IDisposable, ImageObserver, MenuContainer, Serializable, Accessible

public class SystemPanel extends ClearablePanel
See Also:
  • Field Details

  • Constructor Details

    • SystemPanel

      public SystemPanel()
  • Method Details

    • configureUI

      public void configureUI()
    • makeRunToolbar

      private JComponent makeRunToolbar()
    • getOutputPanel

      public JTextPane getOutputPanel()
    • addNotify

      public void addNotify()
      Overrides:
      addNotify in class JComponent
    • removeNotify

      public void removeNotify()
      Overrides:
      removeNotify in class JComponent
    • println

      public void println(String strOut)
      Parameters:
      strOut -
    • setText

      public void setText(String strOut)
      Parameters:
      strOut -
    • clear

      public void clear()
      Specified by:
      clear in class ClearablePanel
    • dispose

      public void dispose()
      Description copied from interface: IDisposable
      Dispose any resources, caches, etc, that support this component.
    • getBreakpointManager

      private BreakpointManager getBreakpointManager()
    • getDebugger

      private Debugger getDebugger()
    • getGosuPanel

      private GosuPanel getGosuPanel()