how to set frame bounds in such a way that it occupies the entire region of the window ? I tried doing
Frame f=new Frame();
f.setBounds(0,0,Window.WIDTH,Window.Height)
but this code makes the frame go up and i cannot view the title bar..Please help me with this