--- old/src/java.desktop/share/classes/java/awt/Component.java 2017-05-12 16:11:18.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/Component.java 2017-05-12 16:11:18.000000000 -0700 @@ -7237,12 +7237,17 @@ * recommendations for Windows and Unix are listed below. These * recommendations are used in the Sun AWT implementations. * - * + *
+ * + * * * * * * + * + * * * * @@ -7258,6 +7263,7 @@ * * * + * *
Recommended default values for a + * Component's focus traversal keys
IdentifierMeaningDefault
KeyboardFocusManager.FORWARD_TRAVERSAL_KEYSNormal forward keyboard traversalGo up one focus traversal cyclenone
* * To disable a traversal key, use an empty Set; Collections.EMPTY_SET is