Add a String getPlainText() method to the controller. It should get text from the document with
all the HTML tags.
17.1. Create a StringWriter object.
17.2. Copy all of the document's contents to the created object using
the HTMLEditorKit class's write method.
HTML Editor (part 17)
- 9
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet