(int index)
| 1125 | /// - `IndexOutOfBoundsException`: @throws IndexOutOfBoundsException if index is out of range |
| 1126 | /// (index = tab count) |
| 1127 | public void setSelectedIndex(int index) { |
| 1128 | setSelectedIndex(index, false); |
| 1129 | } |
| 1130 | |
| 1131 | /// Returns the component associated with the tab at the given index |
| 1132 | /// |