How to create a java program for anagram?

Asked By 30 points N/A Posted on -
qa-featured

 

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.

SHARE
Answered By 0 points N/A #174820

How to create a java program for anagram?

qa-featured

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

Related Questions