Method requestFocusInWindow()
Return type: boolean
Member of: javax.swing.JComponent
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 chatTextField.requestFocusInWindow();
2 mainScreen.requestFocusInWindow(); // send the control to the game itself, hehe
3 confirmPanel.getOKButton().requestFocusInWindow();
4 confirmPanel.getOKButton().requestFocusInWindow();
5 treePanel.getSearchField().requestFocusInWindow();
6 mainScreen.requestFocusInWindow();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.