--- old/src/java.desktop/share/classes/java/awt/KeyboardFocusManager.java 2017-05-18 14:07:57.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/KeyboardFocusManager.java 2017-05-18 14:07:57.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -1039,12 +1039,16 @@ * recommendations for Windows and Unix are listed below. These * recommendations are used in the Sun AWT implementations. * - * + *
+ * + * * * * * * + * + * * * * @@ -1067,6 +1071,7 @@ * * * + * *
Recommended default values for focus traversal keys
IdentifierMeaningDefault
{@code KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS}Normal forward keyboard traversalGo down one focus traversal cyclenone
* * To disable a traversal key, use an empty {@code Set};