public class CustomOutputStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
private javax.swing.JTextArea |
textArea |
Constructor and Description |
---|
CustomOutputStream(javax.swing.JTextArea textArea)
Sets up the textArea for output
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Tester
|
void |
write(int b)
Writes and fixes the cursor position
|