Hi,
I have a JTextField with a fixed width, let´s say 100 pixel. Now, I put a text inside this JTextField whose length is greater than "100 pixel", means you have to scroll in the JTextField (possible width mouse). The JTextField isn´t editable.
How can I make sure that the part of the text I see is the beginning, not the end of the text. Hope you got what I mean... In my current example I just see the end of the string in the JTextField.
Like: "one two three four" is the string in my JTextField and I just see this: "wo three four". To see more, I have to scroll left, how can I set the curser the the left so that I see sth. like: "one two thre"?