public PropertiesDialog(MainFrame mainFrame, FileSet files) {
super(mainFrame,
files.size() > 1 ? ActionProperties.getActionLabel(ShowFilePropertiesAction.Descriptor.ACTION_ID) :
Translator.get("properties_dialog.file_properties", files.elementAt(0).getName()), mainFrame);
this.job = new PropertiesJob(files, mainFrame);
Container contentPane = getContentPane();
JPanel fileDetailsPanel = new JPanel(new BorderLayout());