Package org.jayasoft.woj.tools.dlbuilder

Examples of org.jayasoft.woj.tools.dlbuilder.GenericDownloader


  private JToolBar _toolBar;
  private GenericDownloader _genericDownloader;

  public DownloadManagerPanel(DLExplorer dlexplorer) {
    _dlexplorer = dlexplorer;
    _genericDownloader = new GenericDownloader(dlexplorer.getRootDir());
   
   
    setLayout(new BorderLayout());
    add(createMainPanel(), BorderLayout.CENTER);
  }
View Full Code Here

TOP

Related Classes of org.jayasoft.woj.tools.dlbuilder.GenericDownloader

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.