(int index, Image icon)
| 998 | /// |
| 999 | /// - `icon`: of the tab at the given index |
| 1000 | public void setTabSelectedIcon(int index, Image icon) { |
| 1001 | checkIndex(index); |
| 1002 | setTabSelectedIcon(tabsContainer.getComponentAt(index), icon); |
| 1003 | } |
| 1004 | |
| 1005 | /// Sets the selected icon of the tab. This method should be used when overriding |
| 1006 | /// createTab |
no test coverage detected