!7 module AutoGoogledImage > DynSCP { transient Q q; start { q = startQ(); q.rst.rEnter = dm_rEnter(this); } void show(fS query) { q.add(r { _show(query) }); } void _show(S query) { temp enter(); setComponent(withCenteredTitle(query, jimage(quickVisualize(query)))); } }