!7 p-noconsole { autoRestart(); new L data; for (S md5, comment : thingsOnScreenDefinitions()) { data.add(litorderedmap( "Image" := loadBufferedImageOpt(screenClipFileForMD5(md5)), "Comment" := comment, "MD5" := md5)); } final JTable table = setRowHeight(40, showTable(data, n2(data, "thing") + " defined")); }