This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]