1. How do I add spell checking to a JTextArea? stackoverflow.comI have a small Java application that has a JTextArea where the user enters text. I would like to add spell checking capabilities to this component similar to the way that ... |
2. JTextArea Real Time Spell Checker stackoverflow.comI need a good spell checker library for Java that can spell check a JTextArea (or any JTextComponent) in real time. That is, it should have a wavy red underline ... |