jdk/src/share/classes/java/awt/Component.java
changeset 3237 7c6c2d9361d9
parent 3084 67ca55732362
child 3727 43b25dfd1129
child 3928 be186a33df9b
child 4191 ca8d3ef845c8
--- a/jdk/src/share/classes/java/awt/Component.java	Sun Jul 12 23:20:26 2009 -0700
+++ b/jdk/src/share/classes/java/awt/Component.java	Tue Jul 14 14:08:47 2009 +0400
@@ -2370,12 +2370,10 @@
      * rectangular region. A non-opaque component paints only some of
      * its pixels, allowing the pixels underneath it to "show through".
      * A component that does not fully paint its pixels therefore
-     * provides a degree of transparency.  Only lightweight
-     * components can be transparent.
+     * provides a degree of transparency.
      * <p>
      * Subclasses that guarantee to always completely paint their
-     * contents should override this method and return true.  All
-     * of the "heavyweight" AWT components are opaque.
+     * contents should override this method and return true.
      *
      * @return true if this component is completely opaque
      * @see #isLightweight