MCPcopy Index your code
hub / github.com/benfry/processing4 / getPrompt

Method getPrompt

app/src/processing/app/Language.java:236–238  ·  view source on GitHub ↗

@param which either yes, no, cancel, ok, or browse

(String which)

Source from the content-addressed store, hash-verified

234 * @param which either yes, no, cancel, ok, or browse
235 */
236 static public String getPrompt(String which) {
237 return Language.text("prompt." + which);
238 }
239
240
241 /** Get all available languages */

Callers 2

promptForTabNameMethod · 0.95
PreferencesFrameMethod · 0.95

Calls 1

textMethod · 0.95

Tested by

no test coverage detected