(Component component)
| 1088 | /// @return the first tab which matches this component, or -1 |
| 1089 | /// if there is no tab for this component |
| 1090 | public int indexOfComponent(Component component) { |
| 1091 | return contentPane.getComponentIndex(component); |
| 1092 | } |
| 1093 | |
| 1094 | /// Returns the number of tabs in this `tabbedpane`. |
| 1095 | /// |
nothing calls this directly
no test coverage detected