Package net.sf.mzmine.util.components

Examples of net.sf.mzmine.util.components.HelpButton


    btnOK = GUIUtils.addButton(pnlButtons, "OK", null, this);
    btnCancel = GUIUtils.addButton(pnlButtons, "Cancel", null, this);

    if (helpID != null) {
      btnHelp = new HelpButton(helpID);
      pnlButtons.add(btnHelp);
    }

    // Create a JScrollPane to house the GridBagPanel if the dialog box is
    // too large (> 3/4 of screen height)
View Full Code Here

TOP

Related Classes of net.sf.mzmine.util.components.HelpButton

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.