<Swing Dev> [9] Review Request for 8129940: JRadioButton does not honor non-standard FocusTraversalKeys

Alexander Zvegintsev alexander.zvegintsev at oracle.com
Wed Jul 1 13:12:45 UTC 2015


Hello Semyon,

the fix looks fine to me.

Thanks,

Alexander.

On 06/26/2015 04:22 PM, Semyon Sadetsky wrote:
> Hello,
>
> Please review fix for JDK9:
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8129940
> webrev: http://cr.openjdk.java.net/~ssadetsky/8129940/webrev.00/
>
> It is a regression from 8033699. In this fix focus traversal keys were 
> hard-coded in JRadioButton to be TAB and SHIFT+TAB only. But those 
> keys can be amended by user as well. Solution : use the generic logic 
> to identify focus traversal keys.
>
> --Semyon




More information about the swing-dev mailing list