Hello friends,
How to create a java program for anagram? I would like to make a puzzle anagram system or program to be submitted for final exams. But unfortunately I am not that properly equipped with enough knowledge about java codes. I need some help from you guys, any samples or tutorial will really do.
Thanks and Regards,
Jessica Allen.
How to create a java program for anagram?
Hi Jessica!
There is actually a sample Anagram project that comes with the latest NetBeans IDE. If you have it already, go to File, and click on Open Project.
The project name is Anagram Game.
Open it and go to the Projects panel which is found on the left side of the screen, expand “Source Packages”, expand “com.toy.anagrams.ui” and open Anagrams.java. Run the game and study the code.
If you don’t have NetBeans yet, you can download it at this site:
https://netbeans.org/downloads/index.html