static AutoCloseable tempHideWindow(Component c) swing { Window w = getWindow(c); if (w == null || !w.isVisible()) null; w.setVisible(false); ret -> w.setVisible(true); }