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: Re: Want to help integrating swing. Is already someone working on it?


Hi there!

> I saw on www.eclipse.org that they built SWT on top of awt using
> gtk/gtk2 peers (or motif). Thus I was thinking (I am still looking for
> something to work on in Classpath) is it legal to build Swing op top
> SWT? 


Hmm, i would say definitive no. 
SWT doesnt support Garbage-Collection, has a terrible api (for me as a swing-programmer ;-) ), and that in general when you use native widgets you'll loose fully api-compytiblility.
Many parts are missing, and the missing GC alone is a big problem.

O.K., it would work to produce a C-Widget-Set which exactly is equal to swing, but I think this isnt really a good idea.

Thats general a problem, swing is absolutly was not designed to be based on native widgets.

______________________________________________________________________________
Mit der Gruppen-SMS von WEB.DE FreeMail erreichen Sie mit einem Klick 
alle Freunde gleichzeitig! http://freemail.web.de/features/?mc=021180


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