MCPcopy Index your code
hub / github.com/arduino/Arduino / windowGainedFocus

Method windowGainedFocus

app/src/processing/app/SerialPlotter.java:285–288  ·  view source on GitHub ↗
(WindowEvent e)

Source from the content-addressed store, hash-verified

283 // textField is selected every time the window is focused
284 addWindowFocusListener(new WindowAdapter() {
285 @Override
286 public void windowGainedFocus(WindowEvent e) {
287 textField.requestFocusInWindow();
288 }
289 });
290
291 // Add cut/copy/paste contextual menu to the text input field.

Callers

nothing calls this directly

Calls 1

requestFocusInWindowMethod · 0.80

Tested by

no test coverage detected