* constrained parameters.
*/
public static void send(ComboFrame frame, File[] files) {
File folder = frame.getRecentFolder();
String from = folder.getName();
BatchConfig conf = SendDialog.showDialog(frame, from, files.length);
if (conf != null) {
BatchProcessor.process(frame, files, null, conf);
if (conf.directory != null && files.length > 0) {
Platform.getPlatform().showFileInFolder(conf.directory.getAbsolutePath());