This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: awt conclusion?
- To: Niklas Fondberg <niklas dot fondberg at i3micro dot com>
- Subject: Re: awt conclusion?
- From: Tom Tromey <tromey at redhat dot com>
- Date: 22 Oct 2001 11:38:22 -0600
- Cc: java at gcc dot gnu dot org
- References: <1003613122.3bd1ebc268ba2@greyhound.i3micro.se>
- Reply-To: tromey at redhat dot com
>>>>> "Niklas" == Niklas Fondberg <niklas.fondberg@i3micro.com> writes:
Niklas> The kaffe implementation with using X for the *nix platform
Niklas> seem like a good decision (in my opinion). I've seen qt/x/gtk
Niklas> cluttered awt-start implementations and has not been lucky,
Niklas> correct me if I'm wrong.
I think the kaffe approach is fine for embedded systems. If you want
something that really ties into the desktop, though, going with a
toolkit is easier than writing it from scratch.
Tom