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

Method mousePressed

ij/src/main/java/ij/ImageJ.java:492–499  ·  view source on GitHub ↗
(MouseEvent e)

Source from the content-addressed store, hash-verified

490 }
491
492 public void mousePressed(MouseEvent e) {
493 Undo.reset();
494 if (!Prefs.noClickToGC)
495 System.gc();
496 IJ.showStatus(version()+IJ.freeMemory());
497 if (IJ.debugMode)
498 IJ.log("Windows: "+WindowManager.getWindowCount());
499 }
500
501 public String getInfo() {
502 return version()+System.getProperty("os.name")+" "+System.getProperty("os.version")+"; "+IJ.freeMemory();

Callers

nothing calls this directly

Calls 6

resetMethod · 0.95
showStatusMethod · 0.95
versionMethod · 0.95
freeMemoryMethod · 0.95
logMethod · 0.95
getWindowCountMethod · 0.95

Tested by

no test coverage detected