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);
}