(Component tab)
| 1341 | /// |
| 1342 | /// - `tab`: the tab |
| 1343 | protected void selectTab(Component tab) { |
| 1344 | Button b = (Button) tab; |
| 1345 | b.fireClicked(); |
| 1346 | b.requestFocus(); |
| 1347 | } |
| 1348 | |
| 1349 | /// Enables the Material 3 sliding-underline indicator (off by default). |
| 1350 | /// When on, selection changes tween the indicator from the old tab's |
no test coverage detected