Bernd Kreimeier <[EMAIL PROTECTED]> writes:
> Paul Fisher writes:
> > > Is there a free implementation of Swing avalible
> >
> > The GNU Classpath project <URL:http://www.classpath.org> has started
> > work on a free implementation of Swing; however, it will be some time
> > before it's completed.
>
> Is this using your AWT? I gather from Kaffe's source that
> Swing is not cleanly implemented, so if you want to have
> a drop-in for javax.swing, it might require the same
> hidden dependencies on AWT.
Sun's work usually relies upon knowing what particular package
protected data members represent and how they are manipulated. So far
I've found documentation on those lacking. The implementation should
be API and serializable similar, but beyond that I couldn't guarantee
'drop-in' type qualities.
> Who's working on the Classpath Swing?
No one is just yet. I'm exploring the waters a bit by attempting to
write a GTK/Gnome PLAF.
Brian