I think all together its about 2000 lines of code give or take. Took me a good 2 weeks to complete.
The program is called Character Creator. What is does is basically creates characters with skills / stats / attributes and a custom image that you provide. There are a few images I threw in also if you want to use those or even the images you see in the program are in there to. It also creates items the same way. You can save them for later use and browse through all the characters / items you have saved. Good for mind mapping things or a D & D game or whatever. You can always go back and edit things if something changes. The program allows you to search characters and items by name or browse their images/names.
Hopefully you guys enjoy and PLEASE send feedback. I am sure there are a ton of bugs and really would like to know about them. Also feel free to use any of my code for any purposes just give me some credit if you do :) Oh and when looking through the code please realize I am a fairly sloppy programmer because I am new to the programming scene in general (2 java classes in school so far).
As far as the Storage.java file goes I tried to implement a binary search tree which is what I did but I do realize it is very sloppy so you can feel free to give me advice but don't make fun I already know :P
Anyways here is the .rar file containing all the stuff. Make sure you don't move any of the files around as they depend on the images and storage folders being in the right spots!