This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GTK peers
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: fernando at lozano dot eti dot br
- Cc: java at gcc dot gnu dot org
- Date: Sat, 12 Jul 2003 17:50:43 +1200
- Subject: Re: GTK peers
On Friday, Jul 11, 2003, at 05:00 Pacific/Auckland,
fernando@lozano.eti.br wrote:
The peers interface is part of the Java API specs... So it would be
possible to
take out these classes from Kaffe libraries and use this with
gcj/git...
Nope. The peer interfaces (java.awt.peer) were part of the API specs in
early versions of the JDK, however this is no longer the case. It is
not be possible to implement the modern (>= Java 1.2) AWT using those
interfaces, and there is no documented peer API in current versions of
Java. libgcj uses them as a guide but is free to add and modify them as
required - they are already different from the ones published in the
JDK 1.1 documentation.
Bryce.