Package net.sf.mzmine.modules.visualization.peaklist.table

Examples of net.sf.mzmine.modules.visualization.peaklist.table.PeakListTable


    // Build toolbar
    PeakListTableToolBar toolBar = new PeakListTableToolBar(this);
    add(toolBar, BorderLayout.EAST);

    // Build table
    table = new PeakListTable(this, parameters, peakList);

    scrollPane = new JScrollPane(table);

    add(scrollPane, BorderLayout.CENTER);
View Full Code Here

TOP

Related Classes of net.sf.mzmine.modules.visualization.peaklist.table.PeakListTable

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.