jdk/src/share/classes/javax/swing/AbstractButton.java
changeset 7261 055384958326
parent 5506 202f599c92aa
child 7668 d4a77089c587
--- a/jdk/src/share/classes/javax/swing/AbstractButton.java	Mon Nov 29 16:03:14 2010 +0300
+++ b/jdk/src/share/classes/javax/swing/AbstractButton.java	Mon Nov 29 16:11:40 2010 +0300
@@ -1379,6 +1379,10 @@
      * If <code>true</code> and the button has a border,
      * the border is painted. The default value for the
      * <code>borderPainted</code> property is <code>true</code>.
+     * <p/>
+     * Some look and feels might not support
+     * the <code>borderPainted</code> property,
+     * in which case they ignore this.
      *
      * @param b if true and border property is not <code>null</code>,
      *          the border is painted