This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] a couple fixes in java.awt.Container
- From: Tom Tromey <tromey at redhat dot com>
- To: David Jee <djee at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 05 Jan 2004 15:27:40 -0700
- Subject: Re: [PATCH] a couple fixes in java.awt.Container
- References: <1073331853.3669.13.camel@tomboy.toronto.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Jee <djee@redhat.com> writes:
David> This patch fixes two issues in the java.awt.Container class:
David> 2004-01-05 David Jee <djee@redhat.com>
David> * java/awt/Container.java
David> (update): Clear only the clipped region, instead of clearing the
David> entire Container.
David> (visitChildren): Visit children in descending order.
Please commit, thanks.
Tom