Can anyone recommend a Java rich text editor? [closed]
This is probably not as drop-in-place as what you were after… but JTextPane supports rich text and HTML. Its trivial to get it to display rtf or html, just set the encoding type before you fill it with content. As for making the little “B” and “I” etc style-modifying buttons, well if it came down … Read more