WYSIWYG text editor in Java
Posted
by Aaron Digulla
on Stack Overflow
See other posts from Stack Overflow
or by Aaron Digulla
Published on 2009-05-12T14:26:27Z
Indexed on
2010/05/18
12:50 UTC
Read the original article
Hit count: 263
I'd like to collect all WYSIWYG text editors for Java here.
Some rules for entries:
- There must be a link to the project/product
- You must state whether it's open source or commercial
- Is it possible to extend the editor (add new features like a "violet centered sudoku")? Is that simple or complex?
- Does it come with lots of features (fancy character and paragraph styles with online spell checking for several languages in the same document) or just the basics (bold, italics, no underline)?
- List important dependencies (does it run on bare Java with Swing? SWT? MacOS?)
- Your personal opinion
This list should help developers determine which editor to choose. I'm not looking for "the best" but more "what's there".
© Stack Overflow or respective owner