I have this problem:
i got a jDialog with 2 jTextfield, both jTextfield have a
keylistener, when this is invoked in the second jTextfield i launch
another jDialog with another jtextfield wiht another keylistener,
when this is invoked i close the dialog with: show(false) and then
return to the first dialog and i use requestFocus() to the first
jTextField, but the cursor appears in both, in the first jTextField
is blinking the cursor and i can write text on it but in the second i
cannot but is blinkin the cursor