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


On Tue, 21 Mar 2000, Brian Sullivan wrote:
>
>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
>

I think that the "heavyweight" vs. "lightweight" terminology is really
misleading.  Seems like the Swing "lightweight" components are usually
heavier and slower than the native "heavyweight" components.
A better terminology would be "native" vs. "pure java" or "peer" vs. "non-peer".

-- 
Jon Olson, Modular Mining Systems
	   3289 E. Hemisphere Loop
	   Tucson, AZ 85706
olson@mmsi.com
Phone:	(520)746-9127
Fax:	(520)889-5790

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