This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: using AWT (Makefile supporting GTK)
- To: "Urs Gleim" <urs dot gleim at mchp dot siemens dot de>
- Subject: Re: using AWT (Makefile supporting GTK)
- From: Tom Tromey <tromey at redhat dot com>
- Date: 22 Jun 2001 16:12:21 -0600
- Cc: <java at gcc dot gnu dot org>
- References: <00fb01c0fb53$4e4361b0$62ba178b@quads2>
- Reply-To: tromey at redhat dot com
>>>>> "Urs" == Urs Gleim <urs.gleim@mchp.siemens.de> writes:
Urs> how can I use AWT (I kow that not everything is implemented yet).
You might not realize how little is implemented. A lot of the Java
code is there. But enough is missing that it is unusable.
Urs> Does anybody has a makefile for the GTK-part?
Nope.
Urs> Or can I use graphics without GTK?
The xlib peers are more complete, but I'm unsure of their status.
Tom