Posts tagged with spellchecker


Adding a spell checker to a JavaFX application has been made easier thanks to the good folks over at languagetool.org. In this article, I'm going to show you where to get the languagetool library, how to add it to a JavaFX project, and how to implement a simple spell checking functionality in the app…