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

Class TextFileReader

ij/src/main/java/ij/plugin/TextFileReader.java:12–18  ·  view source on GitHub ↗

This plugin displays the contents of a text file in a window.

Source from the content-addressed store, hash-verified

10
11/** This plugin displays the contents of a text file in a window. */
12public class TextFileReader implements PlugIn {
13
14 public void run(String arg) {
15 new ij.text.TextWindow(arg,400,450);
16 }
17
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected