()
| 1499 | } |
| 1500 | |
| 1501 | private void initTabsFocus() { |
| 1502 | for (int i = 0; i < tabsContainer.getComponentCount(); i++) { |
| 1503 | initTabFocus(tabsContainer.getComponentAt(i), contentPane.getComponentAt(activeComponent)); |
| 1504 | } |
| 1505 | |
| 1506 | } |
| 1507 | |
| 1508 | private void initTabFocus(Component tab, Component content) { |
| 1509 | if (content.isFocusable()) { |
no test coverage detected