Examples of GrmsPanel


Examples of jSimMacs.display.gromacs.GrmsPanel

   * @param project
   */
  public void setUpAnalyzeWizard(JSimRunWizard wizard, Project project) {
    wizard.setProject(project);

    wizard.addTab("g_rms", new GrmsPanel(project));
    wizard.addTab("g_rmsf", new GrmsfPanel(project));
    wizard.addTab("g_energy", new GenergyPanel(project));

  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.