public class ScrollingTextAreaWriter extends Writer
A class to write log and status messages to a PrintStream
such as System.err
.
Modifier and Type | Field and Description |
---|---|
protected JTextArea |
loggerTextArea |
Constructor and Description |
---|
ScrollingTextAreaWriter(JFrame content,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(char[] c,
int off,
int len) |