This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: problems with the AWT
- To: Patrick dot Amar at lri dot fr (Patrick Amar)
- Subject: Re: problems with the AWT
- From: Tom Tromey <tromey at redhat dot com>
- Date: 13 Dec 2000 09:31:17 -0700
- Cc: java-discuss at sources dot redhat dot com
- References: <200012131600.eBDG0t110893@pc112.lri.fr>
- Reply-To: tromey at redhat dot com
>>>>> "Patrick" == Patrick Amar <Patrick.Amar@lri.fr> writes:
Patrick> gnu.awt.gtk.GtkToolkit
Patrick> I looked at the sources and this class (and some others) is
Patrick> there ! did I miss something ??
This class isn't compiled by default. In fact, right now the only way
to compile it is to do it by hand. We haven't yet written the
configure and build machinery to build this code.
Note that our implementation of java.awt is not yet complete. I'd be
suprised if your example worked even if the Gtk peers were built.
Tom