This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Implementation of java.awt.GridBagLayout
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 24 Jun 2003 11:56:13 -0600
- Subject: Re: Implementation of java.awt.GridBagLayout
- References: <200306241916.36259.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
Michael> wasnt there a plan to merge an implementation of
Michael> GridBagLayout from another project if possible ? I cant find
Michael> this in the archive.
One idea was to merge the GridBagLayout from Acunia.
It would end up with a different license and copyright owner, so it
may not be the best plan. Though the license, as I recall, is
acceptable. I think a lot depends on the quality of the code, which I
haven't looked at.
Tom