(String title, Image icon, int index)
| 886 | /// |
| 887 | /// - `index`: the position to insert this new tab |
| 888 | public void setTabTitle(String title, Image icon, int index) { |
| 889 | checkIndex(index); |
| 890 | setTabTitle(tabsContainer.getComponentAt(index), title, icon); |
| 891 | } |
| 892 | |
| 893 | /// Updates the tabs title . This method should be used when overriding |
| 894 | /// createTab |