Word processing in Java

Hello:

I need basic word processing in Java, and there is no time to program JEditorPane. Neither there is any desire to.

Does any one know of a class or a bean available to this end. I need

1. Open/Save

2. Font selection

3. Bullets

4. Pic embedding

5. Hyperlinks

and being able to check whether the document changed. No tool/status/button bars.

Many thanks

[419 byte] By [abogoma] at [2007-10-2 5:16:46]
# 1

Hi,

try to search google with java word processor. However nearly everithing use RTF format and when you want to use JEditorPane it will be better to save as HTML pages. And in HTML there is no problem to add bullets, pictures and so on.

If you want to use JTextPane instead I fear that working code with bullets you will find very hardly.

L.P.

lukika at 2007-7-16 1:19:04 > top of Java-index,Administration Tools,Sun Connection...