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

Method addJarErrorHeading

ij/src/main/java/ij/Menus.java:897–904  ·  view source on GitHub ↗
(String jar)

Source from the content-addressed store, hash-verified

895 }
896
897 void addJarErrorHeading(String jar) {
898 if (!isJarErrorHeading) {
899 if (!jarError.equals(""))
900 jarError += " \n";
901 jarError += "Plugin configuration error: " + jar + "\n";
902 isJarErrorHeading = true;
903 }
904 }
905
906 /** Returns the specified ImageJ menu (e.g., "File>New") or null if it is not found. */
907 public static Menu getImageJMenu(String menuPath) {

Callers 1

installJarPluginMethod · 0.95

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected