requestFocus() to textfiled ?

Hey..

I have a dialog with 3 radio buttons and one textfield. Now i've had the requestFocus on the textfield.

I already have something typed

int that textfield by default, so when the

focus is set to that textfield, it goes to

the beggining of the text, i mean the

cursor. How can i end up putting it at

the end of the text?

Thanks

[396 byte] By [geotdw] at [2007-9-26 2:56:34]
# 1
Use the text field's setCaretPosition method.
DrClap at 2007-6-29 10:47:49 > top of Java-index,Core,Core APIs...