First off, stop comparing Strings using the == operator. Use the equals() method instead. Do a search in this forum or on google for way more information on why that is.

Secondly, what happened...