transferFocus()sends focus to the next component. Also note that
transferFocus()it will always transmit focus in the forward direction.
requestFocus()sends focus to the calling component. However, there is no guarantee that this will be successful. Focused behavior is platform dependent to a certain extent.
- requestFocusInWindow(). . - .