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

Method windowActivated

app/src/processing/app/Editor.java:264–266  ·  view source on GitHub ↗
(WindowEvent e)

Source from the content-addressed store, hash-verified

262 // When bringing a window to front, let the Base know
263 addWindowListener(new WindowAdapter() {
264 public void windowActivated(WindowEvent e) {
265 base.handleActivated(Editor.this);
266 }
267
268 // added for 1.0.5
269 // http://dev.processing.org/bugs/show_bug.cgi?id=1260

Callers

nothing calls this directly

Calls 1

handleActivatedMethod · 0.80

Tested by

no test coverage detected