(Component tabComponent, int textPosition)
| 427 | /// |
| 428 | /// - `textPosition`: the text position |
| 429 | protected void setTextPosition(Component tabComponent, int textPosition) { |
| 430 | ((Button) tabComponent).setTextPosition(textPosition); |
| 431 | } |
| 432 | |
| 433 | /// Returns The position of the text relative to the icon |
| 434 | /// |
no test coverage detected