Anagram from dictionary

Hi all,

I am trying to do an anagram game which take word from dictionary but i do not know what type of file is required to use the dictionary or where to find it. Also is this anagram game very tedious to build if i am using words from dictionary. i tried to find it in the web but no valid, the only thing i have now is the netbean anagram game which i need to modify to my own.

Hope someone can answer my question

Rdgs

[448 byte] By [lawrencejacquea] at [2007-11-26 20:51:40]
# 1
You could use a web service to do this: http://www.netbeans.org/kb/50/quickstart-webservice-client.html http://services.aonaware.com/CountCheatService/CountCheatService.asmx
YoGeea at 2007-7-10 2:16:54 > top of Java-index,Java Essentials,New To Java...
# 2
Hi, ok i read about the website but what I want is standalone, sort of like a wrapper for english dictionary file or dll that I can import into java or something like that. When user hit random, it will get a random word from the dictionary, and scramble it. ThanksRdgs
lawrencejacquea at 2007-7-10 2:16:54 > top of Java-index,Java Essentials,New To Java...