Package jSimMacs.display.dialog

Examples of jSimMacs.display.dialog.ShowCommandDialog


      if (nrNodes != null)
        project.setNp(Integer.parseInt(nrNodes));
      else
        project.setNp(GromacsDefaultValues.DEFAULTNRNODES);
    }
    ShowCommandDialog showCommand = new ShowCommandDialog(frame, command,
        project, interactive);
    showCommand.pack();
    showCommand.setLocationRelativeTo(selectedComponent);
    showCommand.setSize(600, 200);
    showCommand.setVisible(true);

  }
View Full Code Here

TOP

Related Classes of jSimMacs.display.dialog.ShowCommandDialog

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.