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