}
summaries.add( summary );
}
final ExperimentSummaryModel tableModel = new ExperimentSummaryModel( columnIdentifiers, summaries );
final GenericBean bean = new GenericBean();
final String propertyName = org.mcisb.beacon.spottedexperiment.PropertyNames.EXPERIMENT_ID;
final String title = ResourceBundle.getBundle( "org.mcisb.beacon.ui.pedro.db.messages" ).getString( "ExperimentImportPlugin.title" ); //$NON-NLS-1$ //$NON-NLS-2$
final JDialog dialog = new JDialog();
dialog.setModal( true );