Re: [Java-gnome-developer] Pixbuf
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2010-08-27 04:23:20
|
On Thu, 2010-08-26 at 14:54 -0300, Douglaz wrote: > import javax.swing.JOptionPane; > import org.gnome.gdk.Pixbuf; You're trying to mix java-gnome and Swing. That's not going to work. [I could go on at great length about why mixing toolkits is a bad idea, but what's relevant here, even if it is briefly "working" for you, is that no one can help you diagnose things like memory problems when two entirely different mechanisms for talking to the native graphics libraries are at play]. AfC Sydney |