why swing is called light weight container
Simple Aquestion
Collapse
X
-
Swing isn't a light weight container, it *uses* light weight containers and components.Originally posted by ashi1290why swing is called light weight container
The old AWT uses heavy weight containers and components. Google for the
meaning of 'light weight' and 'heavy weight' or read an appropriate tutorial.
kind regards,
Jos -
The next question is often about mixing. The short answer is don't!
Comment
-
In ordinary terms that means: either use Swing or AWT; not both.Originally posted by BigDaddyLHThe next question is often about mixing. The short answer is don't!
http://java.sun.com/products/jfc/tsc/articles/mixing/
kind regards,
JosComment
Comment