This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: AWT
- From: Tom Tromey <tromey at redhat dot com>
- To: "John Murga" <john dot murga at db dot com>
- Cc: java at gcc dot gnu dot org, rivasdiaz at yahoo dot com
- Date: 07 Nov 2002 10:39:15 -0700
- Subject: Re: AWT
- References: <OF028B260F.C0BDFEEB-ON80256C6A.005F04DD@db.com>
- Reply-to: tromey at redhat dot com
>>>>> "John" == John Murga <john.murga@db.com> writes:
John> What about the Kaffe AWT implementation ? The licence seems the
John> same.
John> It seems to be less complex than the classpath one and works out
John> of the box on GTK, Win32 and X...
Last time I looked, kaffe used the GPL, not the GPL+exception. Also,
it had a peer-less implementation that didn't use native widget. And,
finally, it was JDK 1.1 only.
Have those things changed?
Tom