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.

[933 byte] By [MAXIMS_JARKOOOS_SCREENa] at [2007-10-3 8:17:35]
# 1

> - are JEditPane and RTFEditorKit got what it takes to

> create RTF editor (with embedded images capabilities)

> quite straightforwardly ?

>

Yes, I think so.

As example you should look at the Stylepad demo included in Java demos (JAVA_HOME\demo\jfc\Stylepad). It should be very similar.

Anthony

agoubarda at 2007-7-15 3:22:52 > top of Java-index,Desktop,Core GUI APIs...