I feel so happy.
Took me 3 days to code this in java, cuz im not that good.. i had really bad code, 1 class did it all .. xD i know my your supposed to use multiple classes for readibility.. but oh well i just had 1 super class, with 8 methods.
-Main
-charWordArray
-charWordListArray
-holdScambledALPHABETICALword
-holdWordListALPHABETICALword
-holdOriginalWord
-final_compare
But i did it

What i did was:
Put scrambled words from text file into array.
Each word then converted to char array.
Alphabetically sorted out and put in array
Did same as above to wordlist.
-But also stored original word in wordlist + alphabetic word
Compared alphabetic (scrambled with wordlist)
And vo'ila