static AutoCloseable tempRememberFocusedComponent() { Component c = focusedComponent(); ret autoCloseable { requestFocus(c); }; }