Package eu.isas.peptideshaker.gui

Examples of eu.isas.peptideshaker.gui.ImageIconPanel


    /**
     * Setup the getting started panels.
     */
    private void setUpDisplayPanels() {
        displayPanels = new ArrayList<ImageIconPanel>();
        displayPanels.add(new ImageIconPanel(new ImageIcon(getClass().getResource("/helpFiles/images/introduction.png"))));
        displayPanels.add(new ImageIconPanel(new ImageIcon(getClass().getResource("/helpFiles/images/searchgui.png"))));
        displayPanels.add(new ImageIconPanel(new ImageIcon(getClass().getResource("/helpFiles/images/overview_tab.png"))));
        displayPanels.add(new ImageIconPanel(new ImageIcon(getClass().getResource("/helpFiles/images/overview_tab_2.png"))));
        displayPanels.add(new ImageIconPanel(new ImageIcon(getClass().getResource("/helpFiles/images/export_features.png"))));
        displayPanels.add(new ImageIconPanel(new ImageIcon(getClass().getResource("/helpFiles/images/export_features_2.png"))));
        displayPanels.add(new ImageIconPanel(new ImageIcon(getClass().getResource("/helpFiles/images/contextual_help.png"))));
        displayPanels.add(new ImageIconPanel(new ImageIcon(getClass().getResource("/helpFiles/images/specific_tabs.png"))));
        displayPanels.add(new ImageIconPanel(new ImageIcon(getClass().getResource("/helpFiles/images/save_and_export.png"))));
        displayPanels.add(new ImageIconPanel(new ImageIcon(getClass().getResource("/helpFiles/images/pride_export.png"))));
        displayPanels.add(new ImageIconPanel(new ImageIcon(getClass().getResource("/helpFiles/images/pride_reshake.png"))));
        displayPanels.add(new ImageIconPanel(new ImageIcon(getClass().getResource("/helpFiles/images/example_dataset.png"))));
    }
View Full Code Here

TOP

Related Classes of eu.isas.peptideshaker.gui.ImageIconPanel

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.