component focus jump
Hi, I've been looking at tutorials to change the order of focus traversial.
I have now set up JPanel with components with jtextfields and can tab through in order I want.
I now want to jump focus when a certian length of input is reached.
I have keylistener that will fire went desired lenght of input is reached but when it fires I need a method that will jump focus to next component. I cannot find a method to do this anywhere, is there a focusNextComponent or something of that manner that can be used?

