Documentation Contents

Swing Enhancements in Java SE 8

The following topics are covered:

Accessibility

The javax.swing.JComponent.accessibleFocusHandler method is deprecated. It duplicates the functionality of a field in the java.awt.Container.AccessibleAWTContainer superclass. Use the java.awt.Component.AccessibleAWTComponent.accessibleAWTFocusHandler field instead. For more information, see 7179482.


Oracle and/or its affiliates Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved.
Contact Us