| Class | Description |
|---|---|
| JSpellApplet | |
| JSpellDialog |
Implementation of a spell check dialog.
|
| JSpellForm |
Implementation of a spell check form.
|
| JTextComponentSpellChecker |
This class spellchecks a JTextComponent throwing up a Dialog everytime
it encounters a misspelled word.
|
| SpellCheckedDocument | |
| SpellEditorKit |
use:
JTextPane pane = new JTextPane();
pane.setEditorKit(new SpellEditorKit());
|