Hi
I am unable to set focus on a JTextfield inspite of using the code below
JTextField1.setRequestFocusEnabled(true);
JTextField1().requestFocus();
Instead the focus is always on another field which is a JPasswordField.
These are the only two fields on the screen(login screen). I am not setting focus on the password field at any point of time.
many thanks in advance.
mario
