static Map screenClipFiles() { new Map map; for (File f : filesEndingWith(screenClipsDir(), ".png")) map.put(toLower(dropSuffix(".png", f.getName())), f); ret map; }