Shiny Noctowl
Go! PikaBot!
- Joined
- Jun 11, 2008
- Messages
- 554
- Reaction score
- 0
Java's JEditorPane has a built-in HTML parser. The only problem is, it requires an input URL. How do I have Java parse HTML from the actual HTML code instead of just a URL? (I'm writing a text editor, and I want to make it so that you can preview HTML.)