Package jSimMacs.display.gromacs

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

Related Classes of jSimMacs.display.gromacs.GrmsPanel

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.