"John Keiser" <[EMAIL PROTECTED]> writes:

> Is there any way to make it easier?  Some abstraction layer that
> people could plug new widget sets into?

The AWT, by definition, is a big abstraction layer that allows people
to plug new widget sets into.  The abstraction layer, however, is the
problem -- that's the reason why Java is relying on Swing these days.
It's extremely difficult to take different widget libraries (which all
have their notions of placement/events/etc/etc/etc) and make them fit
into how Java requires them to function.

-- 
Paul Fisher * [EMAIL PROTECTED]

Reply via email to