Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
TextFileReader.java
1
package
ij.plugin;
2
3
//import java.awt.*;
4
//import java.awt.image.*;
5
//import java.io.*;
6
import
ij.*;
7
//import ij.io.*;
8
//import ij.process.*;
9
10
12
public
class
TextFileReader
implements
PlugIn
{
13
14
public
void
run
(String arg) {
15
new
ij.text.TextWindow(arg,400,450);
16
}
17
18
}
squiz_matrix
fudge
image_editor
src
ij
plugin
TextFileReader.java
Generated on Tue Jan 29 2013 14:04:52 for Squiz Matrix by
1.8.3.1