Don't use == with Strings, or any Objects, unless you want to test whether they are the same instance. Use the equals() method instead. Do a search on google or these forums for a better explanation...