Package net.dromard.picasaweb.albumdownloader.controler

Examples of net.dromard.picasaweb.albumdownloader.controler.PicasaWebAlbumDownloaderControler


*/
public class PicasaWebAlbumDownloader {
  public static void main(String[] args) {
    // http://picasaweb.google.fr/data/feed/base/user/laurentetsylvie75/albumid/5264008816855671777?alt=rss&kind=photo&authkey=OJ0rnRRHaLA&hl=fr
    JPicasaWebAlbumDownloader frame = new JPicasaWebAlbumDownloader();
    PicasaWebAlbumDownloaderControler controler = new PicasaWebAlbumDownloaderControler();
    controler.setFrame(frame);
    frame.setVisible(true);
  }
View Full Code Here

TOP

Related Classes of net.dromard.picasaweb.albumdownloader.controler.PicasaWebAlbumDownloaderControler

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.