--- old/src/java.desktop/share/classes/java/awt/Container.java 2017-05-12 16:11:19.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/Container.java 2017-05-12 16:11:19.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 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 @@ -3064,12 +3064,17 @@ * recommendations for Windows and Unix are listed below. These * recommendations are used in the Sun AWT implementations. * - * + *
+ * + * * * * * * + * + * * * * @@ -3086,10 +3091,11 @@ * * * - * * * * + * *
Recommended default values for a + * Container's focus traversal keys
IdentifierMeaningDefault
KeyboardFocusManager.FORWARD_TRAVERSAL_KEYSNormal forward keyboard traversalnone
KeyboardFocusManager.DOWN_CYCLE_TRAVERSAL_KEYS + * KeyboardFocusManager.DOWN_CYCLE_TRAVERSAL_KEYSGo down one focus traversal cyclenone
* * To disable a traversal key, use an empty Set; Collections.EMPTY_SET is