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

Method handleAbout

ij/src/main/java/MacAdapter9.java:26–29  ·  view source on GitHub ↗
(AboutEvent e)

Source from the content-addressed store, hash-verified

24 }
25
26 @Override
27 public void handleAbout(AboutEvent e) {
28 IJ.doCommand("About AstroImageJ...");
29 }
30
31 @Override
32 public void openFiles(OpenFilesEvent e) {

Callers

nothing calls this directly

Calls 1

doCommandMethod · 0.95

Tested by

no test coverage detected