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