public class ScrollingTextAreaWriter
extends java.io.Writer
A class to write log and status messages to a PrintStream such as System.err.
| Modifier and Type | Field and Description |
|---|---|
protected javax.swing.JTextArea |
loggerTextArea |
| Constructor and Description |
|---|
ScrollingTextAreaWriter(javax.swing.JFrame content,
int width,
int height) |
public ScrollingTextAreaWriter(javax.swing.JFrame content,
int width,
int height)
public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Writerpublic void flush()
flush in interface java.io.Flushableflush in class java.io.Writerpublic void write(char[] c,
int off,
int len)
write in class java.io.Writer