(Border b)
| 3560 | } |
| 3561 | |
| 3562 | @Override |
| 3563 | public void setBorder(Border b) { |
| 3564 | if (allowBorder || b instanceof EmptyBorder) |
| 3565 | super.setBorder(b); |
| 3566 | // don't do this - color button will not be painted |
| 3567 | } |
| 3568 | }; |
| 3569 | return button; |
| 3570 | } |
no outgoing calls