• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Java spell check

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to have an automatic spell checker for ALL text boxes in my application.
I dont have enough knowledge on this. I tried to google and find some 3rd party open source spell checkers but that did not work.
Anyone who has implemented them in your application please let me know how you did it.
Also, is there any java API available to do this instead of 3rd party tools/components?
Any inputs is appreciated. Thanks in advance.
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are open source javascript projects that do that. Example

http://sourceforge.net/projects/spellerpages/files/

A good browser has such features enabled by default. So you might want to think twice before you implement something like this.
reply
    Bookmark Topic Watch Topic
  • New Topic