For a simple rich text editor to get the functionality like the buttons in the image, what text component is useful ??
using JTextPane, or JTextArea with StyledDocument i am able to set the entire document. But how to make it to allow EDITING, individual words with different fonts, alignments, hyper links, insert pictures . . . etc etc.