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

Method showDialog

ij/src/main/java/ij/plugin/TextReader.java:40–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 boolean showDialog() {
41 OpenDialog od = new OpenDialog("Open Text Image...", null);
42 directory = od.getDirectory();
43 name = od.getFileName();
44 if (name!=null)
45 path = directory + name;
46 return name!=null;
47 }
48
49 /** Displays a file open dialog and opens the specified text file as a float image. */
50 public ImageProcessor open() {

Callers 2

runMethod · 0.95
openMethod · 0.95

Calls 2

getDirectoryMethod · 0.95
getFileNameMethod · 0.95

Tested by

no test coverage detected