Package net.mzalewski.goblin.transfermanagers

Examples of net.mzalewski.goblin.transfermanagers.DownloadManager


   * @param args
   */
  public static void main(String[] args) {
    //SplashScreen.show(appName, appVersion);
   
    DownloadManager dm = DownloadManager.getInstance();
   
/*
    GMail gmail = new GMail();
    boolean a = gmail.login("kapica.aga", "nupel1");
    MailHeader[] mhs = gmail.getMailList();
View Full Code Here

TOP

Related Classes of net.mzalewski.goblin.transfermanagers.DownloadManager

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.