File f = new File(new File(path).getCanonicalPath());
loadRpt.setCurrentDirectory(f);
if (((String) comboBox.getSelectedItem()).equals("Standard"))
{
loadRpt.addChoosableFileFilter(new JFileFilterReports());
}
else
{
loadRpt.addChoosableFileFilter(new JFileFilterLabels());
}