Package com.compomics.util.gui.export.graphics

Examples of com.compomics.util.gui.export.graphics.ExportGraphicsDialog


     */
    private void exportSpectrumAndPlotsGraphicsJMenuItemActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_exportSpectrumAndPlotsGraphicsJMenuItemActionPerformed
        int selectedTabIndex = allTabsJTabbedPane.getSelectedIndex();

        if (selectedTabIndex == OVER_VIEW_TAB_INDEX) {
            new ExportGraphicsDialog(this, this, true, (Component) overviewPanel.getSpectrumAndPlots());
        }
    }//GEN-LAST:event_exportSpectrumAndPlotsGraphicsJMenuItemActionPerformed
View Full Code Here

TOP

Related Classes of com.compomics.util.gui.export.graphics.ExportGraphicsDialog

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.