Package eu.isas.peptideshaker

Examples of eu.isas.peptideshaker.PeptideShakerWrapper


                progressDialog.setRunFinished();
                saveModificationUsage();
                PeptideShakerGUI.this.dispose();

                // @TODO: pass the current project to the new instance of PeptideShaker.
                new PeptideShakerWrapper();
                System.exit(0); // have to close the current java process (as a new one is started on the line above)
            }
        }.start();
    }
View Full Code Here

TOP

Related Classes of eu.isas.peptideshaker.PeptideShakerWrapper

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.