When posting code, please use the highlight tags to preserve formatting.

Your problem is you're comparing String values with == instead of the equals() method. Do a search on google or on these...