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


On Nov 25, 2003, at 8:22 AM, chris burdess wrote:

frankly i think this is all a bit of a non sequitur. swt was designed as
a replacement for awt, and its design goals are different. and just
using it as a bridge doesn't resolve the licensing issues regarding
linking to mfc/cocoa. if it's possible to resolve those issues, we
should write proper mfc and cocoa awt implementations.

There arn't any licensing issues with cocoa afaik, since its part of the OS. In any case, cocoa and MFC are high-level APIs much like AWT itself. Its probably better to use lower-level APIs to implement AWT, both for efficiency and because its probably necessary in order to implement AWT accurately. On Mac OS X, the right API would be HIToolbox, which is an object orientated C API, somewhat similar to GTK.


Regards

Bryce.



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