public static File[] chooseFilesToOpen(JFileChooser chooser) throws UserCancelException(Code)
Displays the specified file chooser and returns a list of selected files.
Parameters: chooser - file chooser to display array of selected files, exception: org.openide.util.UserCancelException - if the user cancelled the operation