comboDataFileName = new JComboBox(dataFiles);
comboDataFileName.setSelectedItem(previewDataFile);
comboDataFileName.addActionListener(this);
rtRangeBox = new RangeComponent(MZmineCore.getConfiguration()
.getRTFormat());
rtRangeBox.setValue(previewDataFile.getDataRTRange(1));
mzRangeBox = new RangeComponent(MZmineCore.getConfiguration()
.getMZFormat());
mzRangeBox.setValue(previewDataFile.getDataMZRange(1));
pnlFlds.add(comboDataFileName);
pnlFlds.add(Box.createVerticalStrut(10));