JOrtho (Java Orthography) is a spell-checker. The library works with any JTextComponent from the Swing frame work. This includes JTextPane, JEditorPane and JTextArea.
Features are:
* highlight the potentially wrongly spelled word
* detect capitalization errors
* dialog (when pressing F7 key) for continuous spell check of the text
* offer a context menu with suggestions for a correct form of the word
* context menu with option to change the checking language
* user defined dictionary for words that are not in the global one
* translated spell checker GUI
* standalone API, no server is required but applets are possible
- Category: Text Processing
- License: GNU General Public License (GPL)
- HomePage: http://www.inetsoftware.de/products/tools/JOrtho/


