static closeOnComponentHide(AutoCloseable closeable, A c) { if (closeable != null) bindToComponent(c, null, -> close(c)); ret c; }