equal
deleted
inserted
replaced
1377 /** |
1377 /** |
1378 * Sets the <code>borderPainted</code> property. |
1378 * Sets the <code>borderPainted</code> property. |
1379 * If <code>true</code> and the button has a border, |
1379 * If <code>true</code> and the button has a border, |
1380 * the border is painted. The default value for the |
1380 * the border is painted. The default value for the |
1381 * <code>borderPainted</code> property is <code>true</code>. |
1381 * <code>borderPainted</code> property is <code>true</code>. |
|
1382 * <p/> |
|
1383 * Some look and feels might not support |
|
1384 * the <code>borderPainted</code> property, |
|
1385 * in which case they ignore this. |
1382 * |
1386 * |
1383 * @param b if true and border property is not <code>null</code>, |
1387 * @param b if true and border property is not <code>null</code>, |
1384 * the border is painted |
1388 * the border is painted |
1385 * @see #isBorderPainted |
1389 * @see #isBorderPainted |
1386 * @beaninfo |
1390 * @beaninfo |