I have a JTextField
with some text. When I click text field the cursor moves to the end of field. I want the cursor to move to the start of the field when it becomes focused.
I have the same problem with an editable JComboBox
.
How can I achieve this cursor positioning on focus?