applet & swing



Hello all, I had a quick question. Is it possible to put the cursor on a
JTextField as soon as an applet loads? I made an applet that does not place
the cursor in the name JTextField when the applet first loads. The only way
it loads is if I enter in data and press submit; then the cursor goes inside
this textfield upon entering another student. I have tried the following;
nameText.requestFocus();
thanks in advance.


.



Relevant Pages