This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gui] Add BufferedImageFilter
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Jerry Quinn <jlquinn at optonline dot net>
- Cc: java-patches at gcc dot gnu dot org
- Date: Tue, 05 Oct 2004 20:43:38 +0200
- Subject: Re: [gui] Add BufferedImageFilter
- References: <416206A5.8090706@optonline.net>
Jerry Quinn wrote:
New implementation of BufferedImageFilter. I *think* it's OK, but
someone who knows more about Java2D should look at it.
Thanks,
Jerry Quinn
2004-10-04 Jerry Quinn <jlquinn@optonline.net>
* java/awt/image/BufferedImageFilter.java: Implement.
Don't you need the adjust the Makefile.am/in?
Andreas