Hi all
i have 3 textfields in my frame and the strings which i am setting in them
are longer than their widths, when the frame is made visible ,i am able to
see the rightmost part of the strings,but i want to dislay the string from
the left end.
i mean the string from first alphabet should be visisble when the frame
comes up.
Please help in this regard
praveen
sankar lingam - 11 Mar 2005 13:05 GMT
hello praveen, i think i didnt found any problem. just u can scroll over
the jtextfield. u will see the remaining text.
dont do like this
jTextfield = new JTextField();
just use like this
jTextField.setText("-----");
i think it will be fine