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

Method showWarning

app/src/processing/app/Messages.java:55–57  ·  view source on GitHub ↗

Non-fatal error message.

(String title, String message)

Source from the content-addressed store, hash-verified

53 * Non-fatal error message.
54 */
55 static public void showWarning(String title, String message) {
56 showWarning(title, message, null);
57 }
58
59 /**
60 * Non-fatal error message with optional stack trace side dish.

Callers 15

openURLMethod · 0.95
openFolderMethod · 0.95
saveMethod · 0.95
ModeMethod · 0.95
runMethod · 0.95
promptForModeMethod · 0.95
handleNewMethod · 0.95
handleOpenMethod · 0.95
actionPerformedMethod · 0.95
nameCodeMethod · 0.95

Calls 3

isCommandLineMethod · 0.95
printlnMethod · 0.45
printStackTraceMethod · 0.45

Tested by

no test coverage detected