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?

[535 byte] By [kgbolgexa] at [2007-10-2 15:01:43]
# 1
This might be what you're looking for: http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/LayoutFocusTraversalPolicy.html#getComponentAfter%28java.awt.Container,%20java.awt.Component%29
OmnipotentEntitya at 2007-7-13 13:48:08 > top of Java-index,Security,Event Handling...