Package versusSNP.gui.dialogs

Examples of versusSNP.gui.dialogs.HelpDialog


      tabbedPane.setHeaderTexts();
      tabbedPane.setToolTipTexts();
    } else if (obj == menu.getMenuRunBlast()) {
      loopBlastRunner(new RunBlastDialog(document.getGenomeNames()));
    } else if (obj == menu.getMenuHelpHelp()) {
      new HelpDialog().showDialog();
    } else if (obj == menu.getMenuHelpAbout()) {
      new AboutDialog().showDialog();
    }
  }
View Full Code Here

TOP

Related Classes of versusSNP.gui.dialogs.HelpDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.