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.


Constructor Summary
TextWindow(Process proc, String title)
           
TextWindow(Process proc, String title, int maxSize)
           
 
Method Summary
 void addIn(InputStream os)
           
static void main(String[] args)
           
 void setupFrame()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextWindow

public TextWindow(Process proc,
                  String title)

TextWindow

public TextWindow(Process proc,
                  String title,
                  int maxSize)
Method Detail

setupFrame

public void setupFrame()

addIn

public void addIn(InputStream os)

main

public static void main(String[] args)