com.hungry.javacvs.util
Class CVSLogWindow

java.lang.Object
  |
  +--com.hungry.javacvs.util.CVSLogWindow

public class CVSLogWindow
extends java.lang.Object

A handy class to keep debug spew from going to the same place to which useful, normal output would be directed.


Field Summary
static int HEIGHT
          The initial height of the log window
static int WIDTH
          The initial width of the log window
 
Constructor Summary
CVSLogWindow()
          Construct a new log window, and show it
 
Method Summary
 java.io.Writer getWriter()
          return the Writer associated with this log window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDTH

public static int WIDTH
The initial width of the log window

HEIGHT

public static int HEIGHT
The initial height of the log window
Constructor Detail

CVSLogWindow

public CVSLogWindow()
Construct a new log window, and show it
Method Detail

getWriter

public java.io.Writer getWriter()
return the Writer associated with this log window.