private void jTextField1KeyPressed(java.awt.event.KeyEvent evt)
{
//cant capture my TAB?
System.out.print(evt.getKeyChar());
}
What is the simplest way in an java gui to capture the tab key without doing using the focus listening technique?