MCPcopy Index your code
hub / github.com/arduino/Arduino / showMessage

Method showMessage

app/src/processing/app/Base.java:2170–2172  ·  view source on GitHub ↗

"No cookie for you" type messages. Nothing fatal or all that much of a bummer, but something to notify the user about.

(String title, String message)

Source from the content-addressed store, hash-verified

2168 * much of a bummer, but something to notify the user about.
2169 */
2170 static public void showMessage(String title, String message) {
2171 BaseNoGui.showMessage(title, message);
2172 }
2173
2174
2175 /**

Callers 6

handleNewCodeMethod · 0.95
handleRenameCodeMethod · 0.95
handleDeleteCodeMethod · 0.95
saveMethod · 0.95
handleAddFileMethod · 0.95
addSketchesSubmenuMethod · 0.95

Calls 1

showMessageMethod · 0.95

Tested by

no test coverage detected