()
| 157 | /// Creates an empty `TabbedPane` with a default |
| 158 | /// tab placement of `Component.TOP`. |
| 159 | public Tabs() { |
| 160 | this(-1); |
| 161 | } |
| 162 | |
| 163 | |
| 164 | /// Creates an empty `TabbedPane` with the specified tab placement |
nothing calls this directly
no test coverage detected