hi everybody,
I have 4 jtextfields in jframe the problem is i have to assign default values to each JTextfields i dont know how to assign so plz give the proper coding for it.
Thanks and Advance
John
Printable View
hi everybody,
I have 4 jtextfields in jframe the problem is i have to assign default values to each JTextfields i dont know how to assign so plz give the proper coding for it.
Thanks and Advance
John
Look at the API doc for the JTextField class. There are several constructors that that initial values.