Question
putting cursor in input text field
I'm trying to put the cursor in an input text field as soon
as I get to a certain frame. I'm using Selection.setFocus() but it
does not seem to work. It returns true but I still can't see my
cursor and I can't type to the field until I click in it or tab to
it. Does anyone have any ideas what I'm neglecting to do?