(String title, Image icon, Component component)
| 493 | /// |
| 494 | /// - #removeTabAt |
| 495 | public void addTab(String title, Image icon, Component component) { |
| 496 | insertTab(title, icon, component, tabsContainer.getComponentCount()); |
| 497 | } |
| 498 | |
| 499 | /// Adds a `component` |
| 500 | /// represented by a `title` and/or `icon`, |