static AutoCloseable tempDisposeInternalFrame(final Component c) { ret new AutoCloseable { public void close() { disposeInternalFrame(c); } }; }