!7 static L sentences; p { sentences = toLinesFullTrim(loadSnippet(#1008606)); sentences = notStartingWith("\"", sentences); JPanel panel = gridLayoutPanel_trackWidth_evenlySpacedCols(2); panel.add(jlabel("Sentence")); panel.add(jlabel("Action")); for (S s : takeFirst(10, sentences)) { panel.add(jtextfield(s)); panel.add(jtextfield("screw it")); } showFrame(jscroll(panel)); //showFrame(jscroll_centered(panel)); }