HTML Editor (part 17)

  • 9
  • Locked
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.
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet