------- Comment #3 from multix at gmail dot com 2006-01-25 16:58 -------
roman kennke suggestet to subsitute GtkImage to GtkErrorImage and this improved
things a lot! Seems to work finw for me that way.
- private Image bufferedImageOrError(BufferedImage b)
+ private Image imageOrError(Image b)
{
if (b == null)
return new GtkErrorImage();
@@ -249,47 +248,82 @@
return b;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23931
_______________________________________________
Bug-classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-classpath