I want to put a text editor in my java application. The editor has to have basic formatting features like fonts, bold, color etc..
Ideally I'd like to just add the Text Editor as a component to a JFrame.
Is there any library for this?
I think this could be simply done using a JEditPane, but I don't want to go through all the trouble of making an editor if I could just import one.