> All Swing components are lighweight, as are any of your own that you
> derive from 'J' components, or indeed from Component itself.
>

A correction. Not all Swing components are lightweight ( wanted to clear it
up, as I felt it might cause some confusion). Some Window class derivatives
in swing are heavy. Examples are JFrame, JWindow, and JDialog. JPopupMenu
can also be heavy depending on a flag (or it's placement within it's top
level parent).

Rajesh Gupta




=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 2D Home Page: http://java.sun.com/products/java-media/2D/

Reply via email to