(String title, Image icon, Component component,
int index)
| 737 | /// |
| 738 | /// - #removeTabAt |
| 739 | public void insertTab(String title, Image icon, Component component, |
| 740 | int index) { |
| 741 | Component b = createTab(title != null ? title : "", icon); |
| 742 | insertTab(b, component, index); |
| 743 | } |
| 744 | |
| 745 | /// Inserts a `component`, at `index`, |
| 746 | /// represented by a `title` and/or `icon`, |