jdk/src/java.desktop/share/classes/javax/swing/JComponent.java
changeset 27280 aef87d3ee9cd
parent 27055 57d7b3b1463b
child 28059 e576535359cc
child 28231 b608ffcaed74
equal deleted inserted replaced
27279:a5914bdb193c 27280:aef87d3ee9cd
   124  *     with any object that descends from <code>JComponent</code>.
   124  *     with any object that descends from <code>JComponent</code>.
   125  * <li>An infrastructure for painting
   125  * <li>An infrastructure for painting
   126  *     that includes double buffering and support for borders.
   126  *     that includes double buffering and support for borders.
   127  *     For more information see <a
   127  *     For more information see <a
   128  * href="http://www.oracle.com/technetwork/java/painting-140037.html#swing">Painting</a> and
   128  * href="http://www.oracle.com/technetwork/java/painting-140037.html#swing">Painting</a> and
   129  * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/border.htmll">How
   129  * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/border.html">How
   130  *     to Use Borders</a>,
   130  *     to Use Borders</a>,
   131  *     both of which are sections in <em>The Java Tutorial</em>.
   131  *     both of which are sections in <em>The Java Tutorial</em>.
   132  * </ul>
   132  * </ul>
   133  * For more information on these subjects, see the
   133  * For more information on these subjects, see the
   134  * <a href="package-summary.html#package_description">Swing package description</a>
   134  * <a href="package-summary.html#package_description">Swing package description</a>