JSimLogic.getInstance().writeParameterFile(this, outfile);
fireParamEditorFinished(new ParamEditorFinishedEvent(this));
}
}
if (sshOutfile != null) {
SSHFileChooser sshFc = (SSHFileChooser) fileChooser;
SSHDataHandler handler = sshFc.getHandler();
String localFile = handler.createTempPath(sshOutfile);
localFile += sshOutfile.substring(sshOutfile.lastIndexOf("/") + 1 , sshOutfile.length());
outfile = new File(localFile);
JSimLogic.getInstance().writeParameterFile(this, outfile);
try {