MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / showMessage

Method showMessage

ij/src/main/java/ij/IJ.java:867–869  ·  view source on GitHub ↗

Displays a message in a dialog box titled "Message". Writes the Java console if ImageJ is not present.

(String msg)

Source from the content-addressed store, hash-verified

865 /** Displays a message in a dialog box titled "Message".
866 Writes the Java console if ImageJ is not present. */
867 public static void showMessage(String msg) {
868 showMessage("Message", msg);
869 }
870
871 /** Displays a message in a dialog box with the specified title.
872 Displays HTML formatted text if 'msg' starts with "<html>".

Callers 15

errorMethod · 0.95
showMessageMethod · 0.95
exitMethod · 0.95
runMethod · 0.95
runMacroFromIJJarMethod · 0.95
equalizeMethod · 0.95
showErrorMethod · 0.95
runMethod · 0.95
runMethod · 0.95
showDialogMethod · 0.95
showMethod · 0.95

Calls 6

isMacroMethod · 0.95
escapePressedMethod · 0.95
escapePressedMethod · 0.95
waitMethod · 0.95
startsWithMethod · 0.80
printlnMethod · 0.80

Tested by

no test coverage detected