How I can spell check text typed from the user into TextArea?
Is this possible with this JavaFX component?
Can I use standard spellchecker from Java for JavaFX?
How I can spell check text typed from the user into TextArea?
Is this possible with this JavaFX component?
Can I use standard spellchecker from Java for JavaFX?
You can use CodeArea to highlight the errors.
In addition, set the error style in your stylesheet
Note that you need JDK8 to use CodeArea.