( WindowEvent e )
| 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 |
nothing calls this directly
no test coverage detected