This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: AWT is dead now


ks@micky.rgv.hp.com wrote:

> > 4) if somebody really need it at that point, implementing
> > AWT widgets by calling Swing code: I believe that it is (or
> > was) Sun's plan too.
> >
>
> What amazing hubris.  Who is implementing AWT on top of Swing supposed
> to help?

I'm not the original poster, but I'll chime in here.

There are many special cases for AWT heavyweight/lightweight interactions
in the AWT code which I'm quite sure everyone at Sun responsible for it
would love to abandon.  All the special case code and hacks would
disappear.

Heavyweight and lightweight mixing together on the same form just doesn't
work particularly well; replacing AWT heavyweights with lightweights would

solve this.  Our GUI designer allows heavyweight to be mixed with
lightweight,
including live in the editor, but we sure recommend against it.

> Cheers,
> -kls

Regards,
Brian Sullivan


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