This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Set Frame's default foreground color
- From: Thomas Fitzsimmons <fitzsim at redhat dot com>
- To: David Jee <djee at redhat dot com>
- Cc: libgcj patches <java-patches at gcc dot gnu dot org>
- Date: Wed, 28 Jan 2004 11:12:37 -0500
- Subject: Re: [PATCH] Set Frame's default foreground color
- References: <1075240614.14610.30.camel@tomboy.toronto.redhat.com>
On Tue, 2004-01-27 at 16:56, David Jee wrote:
> This patch sets the AWT Frame's default foreground color to
> java.awt.SystemColor.windowText upon creation. This is in accordance
> with Sun's implementation. This ensures that the Frame's children can
> inherit a foreground color if it is not explicitly set for them.
>
> Ok to commit?
>
Yes, thanks.
Tom