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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.