This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] fix to BufferedImage
- From: graydon hoare <graydon at redhat dot com>
- To: Stephen Crawley <crawley at dstc dot edu dot au>
- Cc: classpath at gnu dot org, java-patches at gcc dot gnu dot org, crawley at piglet dot dstc dot edu dot au
- Date: 18 Sep 2003 19:54:49 -0400
- Subject: Re: [patch] fix to BufferedImage
- References: <200309172334.h8HNYsKf000455@piglet.dstc.edu.au>
Stephen Crawley <crawley@dstc.edu.au> writes:
> Here's how you write the call to ensure that you get the correct
> overloaded method:
>
> samples = src.getPixels (x, y, w, h, (int[]) null);
this is the version I committed. thanks.
-graydon