util
Class TextWindow
java.lang.Object
|
+--util.TextWindow
- public class TextWindow
- extends Object
Wrap input of process into a text window to seperate it
from the rest of the world.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
TextWindow
public TextWindow(Process proc,
String title)
TextWindow
public TextWindow(Process proc,
String title,
int maxSize)
setupFrame
public void setupFrame()
addIn
public void addIn(InputStream os)
main
public static void main(String[] args)