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

Method run

ij/src/main/java/MacAdapter9.java:19–24  ·  view source on GitHub ↗
(String arg)

Source from the content-addressed store, hash-verified

17 static Vector<String> paths = new Vector<String>();
18
19 public void run(String arg) {
20 Desktop dtop = Desktop.getDesktop();
21 dtop.setOpenFileHandler(this);
22 dtop.setAboutHandler(this);
23 dtop.setQuitHandler(this);
24 }
25
26 @Override
27 public void handleAbout(AboutEvent e) {

Callers

nothing calls this directly

Calls 3

openAndAddToRecentMethod · 0.80
sizeMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected