Package com.mucommander.job

Examples of com.mucommander.job.SplitFileJob


                Integer.toString(MAX_PARTS)), Translator.get("split_file_dialog.error_title"));
          return;
        }
        ProgressDialog progressDialog = new ProgressDialog(mainFrame,
                Translator.get("progress_dialog.processing_files"));
    SplitFileJob job = new SplitFileJob(progressDialog, mainFrame,
            file, resolvedDest.getDestinationFolder(), size, (int)parts);
    job.setIntegrityCheckEnabled(cbGenerateCRC.isSelected());
        progressDialog.start(job);
  }
View Full Code Here

TOP

Related Classes of com.mucommander.job.SplitFileJob

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.