This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] fix to BufferedImage


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]