I use almost every day, http://www.mibbit.com It's a web client for IRC. It has one real nice feature. when i type, if i misspell a word, it sort of writes a line through the word, and i can right click for spelling suggestions. I think actually it might be my Firefox browser, that provides the spell checker.
What i am wondering, is, is there a spell checker available for people to use in java applications. I'd like to not pick up to onerous a license requirement, but I'd consider adopting their license, including making my code open source, to be able to use such a feature.
the actual code to make right click menus of suggested words, and somehow indicate a word is misspelled to the user, i think i can manage with what i know of java. But where can i get a robust spell checker similar to what Firefox uses that could be made to work in a java application.
thanks
Mike