static AutoCloseable tempAddKeyEventDispatcher(final KeyEventDispatcher d) { final KeyboardFocusManager fm = KeyboardFocusManager.getCurrentKeyboardFocusManager(); fm.addKeyEventDispatcher(d); ret autoCloseable { fm.removeKeyEventDispatcher(d); }; }