!7 p-exp { LS l = sortedCI(singleLinesOnly(gazelle_fromServer_allDistinctLines())); S text = escapeMultichars(lines(appendToAll(" | ", l))); JTextArea ta = typeWriterTextAreaWithoutUndo(); //jTextAreaWithoutUndo(); showFrame(ta); time "Making document" { Document doc = defaultStyledDocumentFromString(text); } time "Setting document" { setDocument(ta, doc); } }