MCPcopy Create free account
hub / github.com/chms/jdotxt / windowOpened

Method windowOpened

src/com/chschmid/jdotxt/gui/JdotxtGUI.java:198–201  ·  view source on GitHub ↗
( WindowEvent e )

Source from the content-addressed store, hash-verified

196 // Set window opening behavior
197 this.addWindowListener( new WindowAdapter() {
198 public void windowOpened( WindowEvent e ){
199 filterPanel.requestFocus();
200 reloadTasks();
201 }
202 });
203
204 // Set window/app closing behavior

Callers

nothing calls this directly

Calls 2

reloadTasksMethod · 0.95
requestFocusMethod · 0.45

Tested by

no test coverage detected