Package net.sf.rej.gui.debug

Examples of net.sf.rej.gui.debug.DebugControlPanel


    return this.editorTab;   
  }

  private JPanel getDebugPanel() {
    if (this.debugPanel == null) {
      this.debugPanel = new DebugControlPanel();
      this.dispatcher.registerObserver(this.debugPanel);
    }
   
    return this.debugPanel;
  }
View Full Code Here

TOP

Related Classes of net.sf.rej.gui.debug.DebugControlPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.