I am new in java actuly i am lerning. I Have oneproblem, I have created a Frame and add some Text boxinto that frame but i each text box is add next tofirst i want to add each text box in Next line pleasetell me how can it posible
Frames use FlowLayOut as default change the layout to Vertical Flow Layout
makes Layout.........................
Simple solution to this problem is that make the layout of the frame null anduse the function setBounds to place the text box or button or some other objectwhere u want to place them or an easy way is that use JBuilder which provide udesign facility to get rid of all such head ack.