public class TextAreaWriter extends Writer
Constructor and Description |
---|
TextAreaWriter(JTextArea textArea)
Constructs a new TextAreaWriter around the given text area component.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Closing a TextAreaWriter does nothing.
|
void |
flush()
Flushing a TextAreaWriter does nothing .
|
void |
write(char[] cbuf,
int off,
int len)
Writes the given characters to the associated text area component.
|
public TextAreaWriter(JTextArea textArea)
Copyright © 2015–2021 Fiji. All rights reserved.