JavaFX – Picasa Viewer
November 17, 2009 3 Comments
Simple image viewer for Picasa Web Albums using Data API. It shows pictures taken at Hogenakkal Falls from my Picasa account.
To launch click on above image or
The application gets a feed listing all of the albums belonging to specified user using ListAlbums and ListAlbumPhotos. The feed is parsed using HttpRequest and PullParser APIs.
Try it out and let me know feedback..
var dzone_style = ’2′;





java.security.AccessControlException: access denied (java.net.SocketPermission picasaweb.google.com:80 connect,resolve)
@exception picasaweb.google doesn’t require signing due to http://picasaweb.google.com/crossdomain.xml settings. Can you provide me more info about JRE-Version and OS?
My operating system is Vista 32 bit Home
JRE 1.6.0_17
the same exception for me also