Examples of JPicasaWebAlbumDownloader


Examples of net.dromard.picasaweb.albumdownloader.gui.JPicasaWebAlbumDownloader

*
*/
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
Copyright © 2018 www.massapi.com. 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.