Package nf.co.haxter.gui.tabs

Examples of nf.co.haxter.gui.tabs.MethodInfoPanel


  public void initTabs() {
    JTabbedPane tabPane = this.getClassInfoTabbedPane();
    tabPane.addTab("Class Info", classInfoPanel = new ClassInfoPanel(this.openedClass));
    tabPane.addTab("Field Info", fieldInfoPanel = new FieldInfoPanel(this.openedClass));
    tabPane.addTab("Method Info", methodInfoPanel = new MethodInfoPanel(this.openedClass)); // TODO
  }
View Full Code Here

TOP

Related Classes of nf.co.haxter.gui.tabs.MethodInfoPanel

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.