}
catch (DuplicateIDException e) {
//Should not happen here
}
}
SequenceTableModel model = new DefaultSequenceTableModel(tempshow);
ProbeTable table = new ProbeTable(model);
//Prompt the user to select a probe from the tempprobes
Object obj = JOptionPane.showInputDialog(null, new JScrollPane(table),
Messages.getString("GUISelector.TITLE_SELECT"), //$NON-NLS-1$