I want to have a JFrame. When it's focused (by clicking on it with the mouse, used with Alt+Tab, or somehow else - like by doing it in the program with it's own methods) a specific Component shall be focused directly.
In my Case it would be the following: Clicked on JFrame -> JTextField is focused and the user can write in it directly. Greets, JC