(WindowEvent e)
| 192 | } |
| 193 | |
| 194 | public void windowDeactivated(WindowEvent e) { |
| 195 | // TODO call handleActivated(null)? or do we run the risk of the |
| 196 | // deactivate call for old window being called after the activate? |
| 197 | fileMenu.remove(Recent.getMenu()); |
| 198 | mode.removeImportMenu(sketchMenu); |
| 199 | mode.removeToolbarRecentMenu(); |
| 200 | } |
| 201 | }); |
| 202 | |
| 203 | timer = new Timer(); |
nothing calls this directly
no test coverage detected