Spell « JTextArea « Java Swing Q&A





1. How do I add spell checking to a JTextArea?    stackoverflow.com

I 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.com

I 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 ...