// action: voidfunc(File) static void inputFilePath(S msg, fO action) { final JTextField tfPath = jtextfield(userHome()); S title = joinStrings(" | ", msg, title); showFormTitled(title, msg, msg, tfPath, r { callF(action, new File(getTextTrim(tfPath))) }); }