Package eu.isas.peptideshaker.gui.exportdialogs

Examples of eu.isas.peptideshaker.gui.exportdialogs.MethodsSectionDialog


     *
     * @param evt
     */
    private void methodsSectionMenuItemActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_methodsSectionMenuItemActionPerformed
        this.setCursor(new java.awt.Cursor(java.awt.Cursor.WAIT_CURSOR));
        new MethodsSectionDialog(this, true);
        this.setCursor(new java.awt.Cursor(java.awt.Cursor.DEFAULT_CURSOR));
    }//GEN-LAST:event_methodsSectionMenuItemActionPerformed
View Full Code Here

TOP

Related Classes of eu.isas.peptideshaker.gui.exportdialogs.MethodsSectionDialog

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.