seqPanel.clear();
tabbedPane.clear();
document.clear();
document.updateAllViews();
} else if (obj == menu.getMenuFileOpen()) {
loopORFLoader(new ORFLoaderDialog(document.getGenomeNames()));
} else if (obj == menu.getMenuFileExit()) {
if (JOptionPane.showConfirmDialog(null, UICaption.dialog_label_exit, UICaption.dialog_caption_exit, JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE) == JOptionPane.YES_OPTION)
System.exit(0);
} else if (obj == menu.getMenuFileOpenAlign()) {
loopAlignmentLoader(new AlignmentLoaderDialog(document.getGenomeNames()));