Package com.compomics.software.dialogs

Examples of com.compomics.software.dialogs.ReporterSetupDialog


     *
     * @param evt
     */
    private void reporterPreferencesJMenuItemActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_reporterPreferencesJMenuItemActionPerformed
        try {
            new ReporterSetupDialog(this, true);
            loadUserPreferences();
        } catch (Exception ex) {
            catchException(ex);
        }
    }//GEN-LAST:event_reporterPreferencesJMenuItemActionPerformed
View Full Code Here

TOP

Related Classes of com.compomics.software.dialogs.ReporterSetupDialog

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.