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


Dhek Bhun Kho wrote:

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

Isn't Swing based on native peers??????

Sure, but they only use the low level functions.
like paingBitmap (whatever it is called) and (maybee) drawLine.
These are provided by AWT. Adding a SWT layer don't give you
anything more, unless you want to implement yawt (yet another
windowinng toolkit). In other words: forget it.
Cedric



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