Re: [Java-gnome-developer] loading web images

2010-12-10 Thread Andrew Cowie
On Fri, 2010-12-10 at 20:00 +0200, Serkan Kaba wrote: > I have also built PixBufs from web images in my Last.FM and Java-GNOME > tutorial. See [link] So you used URL's openConnection() to get a HttpURLConnection and used its getInputStream() to get the content? Neat. Not sure I knew about that o

Re: [Java-gnome-developer] loading web images

2010-12-10 Thread Serkan Kaba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10-12-2010 17:45, Brandon Thomas wrote: > Hey everyone, > > I'm new here and am starting to really work with java and gtk. > > Anyways I'm trying to get my application to quasi do the following > > retrieve an image from the web > pack it into th

Re: [Java-gnome-developer] loading web images

2010-12-10 Thread William Temperley
On 10 December 2010 15:45, Brandon Thomas wrote: > Hey everyone, > > I'm new here and am starting to really work with java and gtk. > > Anyways I'm trying to get my application to quasi do the following > > retrieve an image from the web > pack it into the container > > I'm having a hell of a hard

[Java-gnome-developer] loading web images

2010-12-10 Thread Brandon Thomas
Hey everyone, I'm new here and am starting to really work with java and gtk. Anyways I'm trying to get my application to quasi do the following retrieve an image from the web pack it into the container I'm having a hell of a hard time though. The one thing I haven't done is for the filename, j