Generated by
JDiff

Class javax.swing.DefaultFocusManager

Removed Methods
void focusNextComponent(Component) Cause the focus manager to set the focus on the next focusable component
void focusPreviousComponent(Component) Cause the focus manager to set the focus on the previous focusable component
 

Changed Methods
void processKeyEvent(Component, KeyEvent) Method was locally defined, but is now inherited from DefaultKeyboardFocusManager. This method initiates a focus traversal operation if and only if the KeyEvent represents a focus traversal key for the specified focusedComponent.