This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: how complete is awt?
- To: Niklas Fondberg <niklas dot fondberg at i3micro dot com>
- Subject: Re: how complete is awt?
- From: Tom Tromey <tromey at redhat dot com>
- Date: 11 Oct 2001 09:34:42 -0600
- Cc: java at gcc dot gnu dot org
- References: <1002786368.3bc54e4016d60@greyhound.i3micro.se>
- Reply-To: tromey at redhat dot com
>>>>> "Niklas" == Niklas Fondberg <niklas.fondberg@i3micro.com> writes:
Niklas> how complete is awt?
Not complete enough to run. I don't have a definite percentage.
Niklas> And how does it translate?
Niklas> GTK, X, QT???
It is a fairly typical peer-based implementation. Right now there are
some xlib peers, and a very small amount of Gtk+ peer code. You could
write peers for Qt if you were so inclined.
Niklas> Anything to think when compiling gcc?
Niklas> Anything to think of when writing .java source?
What do you mean?
Tom