static JList showFilesListWithAction(L files, VF1 action) { ret onDoubleClickOrEnter(showList(map f2s(files)), voidfunc(S path) { callF(action, newFile(path)) }); }