Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tab key

Status
Not open for further replies.

freggy

Programmer
Nov 7, 2001
4
BE
for some reason my tab key doesn't work, the key itself works fine but i can't catch it by:
if(ke.getKeyCode() == KeyEvent.VK_TAB) {
//code when the tab key is pressed
}

does anybody know the problem and a solution?
frederic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top