path=Common.auto_label_command;
}
File f = new File(new File(path).getCanonicalPath());
loadCMD.setCurrentDirectory(f);
loadCMD.setAcceptAllFileFilterUsed(false);
loadCMD.addChoosableFileFilter(new JFileFilterTXT());
loadCMD.setSelectedFile(new File(jTextFieldReportFilename.getText()));
}
catch (Exception e3)
{
}