Package com.compomics.util.gui.filehandling

Examples of com.compomics.util.gui.filehandling.FileSelectionDialog


                if (equalParameters) {
                    // all parameters are equal, just select one of them
                    parameterFile = parameterFiles.get(0); // @TODO: can we be more clever in selecting the "right" one?
                } else {
                    FileSelectionDialog fileSelection = new FileSelectionDialog(peptideShakerGUI, parameterFiles, "Select the wanted SearchGUI parameters file.");
                    if (!fileSelection.isCanceled()) {
                        parameterFile = fileSelection.getSelectedFile();
                    }
                }
            }

            loadMgfs(inputFiles, dataFolders);
View Full Code Here

TOP

Related Classes of com.compomics.util.gui.filehandling.FileSelectionDialog

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.