JDK 8 |
---|
8-poolUnresolved |
Relates :
|
|
Relates :
|
When a frame opens and the first component in the frame is a radio button group, the initial focus is on the first radio button irrespective whether it's selected or not. The focus should be on the selected radio button in the radio button. The workaround is to request focus for the selected button explicitly. Please refer to the attached sample app which demonstrates the problem and the workaround.