I wanted know how to make a JTextField text box with dimensions - length 100 and Width 20
here is the code of the JTextField text box i made:-
the 20 written is the size of the text box but when set it to 30 the width of the text box increases but the length remains the sameEcho = new JTextField(20);
I hope you understood my problem
Plz help
regards