Re: General AWT related questions
Posted By:
nekkanti_sridhar
Posted On:
Tuesday, May 15, 2001 01:57 AM
hi Saurav
If U want to give focus to a textfield explicitly there is method called
t.requestFocus();
where t is name of the textfield.
u can restrict changing the of alignment of the components by setting the frame layout to "null" and set the Bounds to the components.
Re: General AWT related questions
Posted By:
Vivek_Uniyal
Posted On:
Thursday, April 19, 2001 02:55 AM
what is meaning of AWT in java