That's the only way. To actually get focus to change you can call focusManager.getnNextFocusManagerComponent().setFocus(). You can also fake a KEY_FOCUS_CHANGE event and not bother calling FocusManager.
On 10/14/13 12:52 PM, "mark goldin" <[email protected]> wrote: >What are ways of finding what the next focus target is going to be? >So far, I know about focusManager.getNextFocusManagerComponent(). Is there >more? > >Thanks
