Fusion Stone Manager

I developed a little Java application that helped me keep track of these things called Random Fusion Stones in a game I used to play. Each stone had three random attributes attached to it, and they were only helpful if I had sets of three identical Fusion Stones. The program allows me to input my stones and saves them all in a file. The program will then parse through the file and find like stones and report the results. It also lets me search for a specific stone or delete stones that I don't have any more.

I also exported the program as an executable Jar file so I could easily pass it along to others who needed it.

If you want to see it run, or take a look at the code:
Executable Jar
Source Code