Okay I am having a little problem. As soon as you press a button in my application, I load a local loading.gif icon into it but the problem I am having as you can see from the first image below is the weird blue box around it. Any ideas on how I can get rid of it?

What I have tried so far:
login.setSelected(false) Did nothing
login.setEnabled Makes a weird gray box around the image like this:

Yay I figured it out…Guess should have waited before posting. If anyone cares for a solution, I simply set
login.setFocusable(false);and it worked!