()
| 311 | } |
| 312 | |
| 313 | public Insets getInsets() { |
| 314 | return getInsets(true); |
| 315 | } |
| 316 | |
| 317 | /** Override Container getInsets() to make room for some text above the image. |
| 318 | * With "includeSmallImageMargins", also includes the margins for padding an image |
no test coverage detected