In terms of native widget support, am I right in saying that swing draws all
of it's widgets on top of AWT? If so it would mean that AWT is quite a bit
easier to map than Swing itself...
That's correct. To be more precise, you need to create an
implementation of java.awt.Toolkit. That in turn acts as a factory for
creating all the different AWT components (which you also need to
implement). Swing components are then implemented in pure Java using
those.
Peter
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden