>>>> what prog lang is Jbuilder2007 wrote
>>> I guess in java.
[quoted text clipped - 3 lines]
> The GUI is Eclipse and that was developed in C using MetroWerks
> CodeWarrior 7.
Hm.
I would assume the GUI is written in Java using SWT.
When SWT hits the operating system it needs to use JNI and C.
So does AWT.
It is rare to claim that an AWT GUI app is written in C.
Yes - SWT hits the operating system earlier than Swing, but still.
Arne
Muhammad Ali - 17 Apr 2007 08:27 GMT
> >>>> what prog lang is Jbuilder2007 wrote
> >>> I guess in java.
[quoted text clipped - 17 lines]
>
> Arne
after the 'invention' of SWT .. i guess most of the complex GUI's of
Java are made in SWT (since it is faster than swing ... in most cases).