GTK peers
Bryce McKinlay
bryce@waitaki.otago.ac.nz
Sat Jul 12 05:50:00 GMT 2003
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.
More information about the Java
mailing list