this.putValue(Action.SHORT_DESCRIPTION, CySBML.NAME + " BioModel Import");
}
/** This method is called when the user selects the menu item.*/
public void actionPerformed(ActionEvent ae) {
BioModelGUIDialog bioModelsDialog = BioModelGUIDialog.getInstance((JFrame) Cytoscape.getDesktop());
bioModelsDialog.setVisible(true);
}