Disable Tab key problem
I don't want to lose focus on the applet when the user presses TAB key. I use this code:
setFocusTraversalKeysEnabled(false);
When I test it on my computer, it works fine for both FF and IE. However, when I load it in another machine, it only works for FF. Both machines use IE 7. Anyone knows how to fix this?