[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug awt/23931] ToolKit.createImage() throws unexpected IllegalArgumentE
From: |
mark at gcc dot gnu dot org |
Subject: |
[Bug awt/23931] ToolKit.createImage() throws unexpected IllegalArgumentException |
Date: |
25 Jan 2006 22:53:48 -0000 |
------- Comment #4 from mark at gcc dot gnu dot org 2006-01-25 22:53 -------
Hi Riccardo,
(In reply to comment #3)
> 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();
Isn't this already part of the original suggested patch?
Tom said in the original thread that he wanted a different patch to get rid of
GtkErrorImage; rather it should just be a GtkImage with an error flag set.
http://lists.gnu.org/archive/html/classpath-patches/2005-09/msg00062.html
--
mark at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fitzsim at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23931