MCPcopy Index your code
hub / github.com/processing/processing / getPrompt

Method getPrompt

app/src/processing/app/Language.java:223–225  ·  view source on GitHub ↗

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

(String which)

Source from the content-addressed store, hash-verified

221 * @param which either yes, no, cancel, ok, or browse
222 */
223 static public String getPrompt(String which) {
224 return Language.text("prompt." + which);
225 }
226
227
228 /** Get all available languages */

Callers 2

promptForTabNameMethod · 0.95
PreferencesFrameMethod · 0.95

Calls 1

textMethod · 0.95

Tested by

no test coverage detected