Package org.bioinfo.ngs.qc.qualimap.gui.dialogs

Examples of org.bioinfo.ngs.qc.qualimap.gui.dialogs.ComputeCountsDialog


    }


    static public void showCountReadsDialog(HomeFrame parent) {
        ComputeCountsDialog dlg = new ComputeCountsDialog(parent);
        dlg.setModal(true);
        dlg.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
        dlg.setLocationRelativeTo(parent);
        dlg.setVisible(true);
    }
View Full Code Here

TOP

Related Classes of org.bioinfo.ngs.qc.qualimap.gui.dialogs.ComputeCountsDialog

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.