i was writing a code for the applet in the awt class.
but i was confused as i couldnt find any function to fix the position of button or textbox in the applet.
the only solution which i got was using layout manager.
but then i also couldnt find the function to fix the size of the button.
even the setSize() and setLocation() functions were not working.