Spell check text in TextArea

Viewed 2224

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?

1 Answers
Related