srecord noeq G22AllConceptsPanel(G22Utils g22utils) { JConceptsTable table; cachedVisualize { table = new JConceptsTable(g22utils.concepts, Concept); ret withTopAndBottomMargin(jRaisedCenteredSection("All objects by ID", table.visualize() )); } }