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: AWT


>>>>> "Rivas" == R A Rivas Diaz <rivasdiaz@yahoo.com> writes:

Rivas> What I really like is a somehow pluggable awt library, so i can
Rivas> run an AWT application using the GTK implementation, or a QT
Rivas> implementation, or a Win32 implementation, or an X only
Rivas> implementation...

This is exactly what a peer-based implementation buys you.
This is the route that the Classpath AWT has taken.
It just isn't complete, and so far only Gtk+ peers have been started.
Writing other peers would also be a useful task for somebody.

Tom


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