srecord noeq G22ProjectStoryEditor(G22Utils g22utils) { JTextFileEditor editor; File textFile() { ret g22utils.projectStoryTextFile(); } IVarWithNotify varText() { ret textFileAsVarWithNotify(textFile()); } cachedVisualize { editor = new JTextFileEditor(textFile()).autoSave(true); ret withTopAndBottomMargin(jRaisedCenteredSection("Project Story", editor.visualize() )); } }