Radio button group is not navigable using tab/shift tab, up/down, left/right arrow keys.
Only the first button gets the focus once the group is active, and can be selected, but not possible to select the other options.
Steps to reproduce:
1. Run SwingSet2.jar from demos.
2. Navigate to ButtonDemo.
3. Navigate to Radio Buttons Tab
4. Try navigating to "Text Radio Buttons" / "Image Radio Buttons" group.
5. The focus is only on the first radio button, and it does not goto other buttons in the group.
Expected:
It should be possible to navigate to other radio buttons in the group and possible to select any one of them.