static void selectStandardFunction(final VF1 onSelect) { final AutoComboBox3 tfSF = autoComboBox3(func(S s) -> L { scoredSearch2(50, s, standardFunctionNames() }); renameSubmitButton("Select", showTitledForm("Select standard function", "Function:", tfSF, onSelect)); }