Swing component (or maybe ready-to-use applet) for RTF Editor
Hi all!
I was looking for some kind of Swing component, or ready-to-use applet for RTF editor.
The goal is to embed mentioned RTF editor solution into our app (applet) to allow user to seamlessly create, edit and display (WYSIWYG) RTF documents. As you can imagine open source projects, preferably on GPL license are the choice which is most welcome.
Googling throug the net - surprise - didn't answer my question, I couldn't find any decent implementation.
I know that there's a JEditorPane in standard Swing lib, but it's just too raw as it requires lot of coding to get something useful.
My questions:
- do you have any idea of products (preferable GPL licensed) which can satisfy my needs?
- are JEditPane and RTFEditorKit got what it takes to create RTF editor (with embedded images capabilities) quite straightforwardly ?
Thank in advance for your help!
Jarek.

