public class FwkOutputStreamApplication.TextAreaOutputStream
extends java.io.OutputStream
Constructor and Description |
---|
FwkOutputStreamApplication.TextAreaOutputStream(java.awt.Color color)
The constructor receiving the color.
|
Modifier and Type | Method and Description |
---|---|
void |
setPanel(FwkOutputStreamApplication.OutputPanel out)
Set the component where the output should be redirected.
|
void |
write(int b)
Write the value to the stream.
|
public FwkOutputStreamApplication.TextAreaOutputStream(java.awt.Color color)
public void setPanel(FwkOutputStreamApplication.OutputPanel out)
The
- output panel.public void write(int b)
write
in class java.io.OutputStream
b
- The value to be written.