Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Frame

  Asked By: Michael    Date: Nov 25    Category: Java    Views: 673
  

I am new in java actuly i am lerning. I Have one
problem, I have created a Frame and add some Text box
into that frame but i each text box is add next to
first i want to add each text box in Next line please
tell me how can it posible

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Olga Allen     Answered On: Nov 25

Frames use FlowLayOut as default change the layout to Vertical Flow Layout

 
Answer #2    Answered By: Botan Suzuki     Answered On: Nov 25

makes Layout.........................

 
Answer #3    Answered By: Fahmida Ahmed     Answered On: Nov 25

Simple solution to this problem is that make the layout of the frame  null and
use the function setBounds to place the text  box or button or some other object
where u want to place them or an easy way is that use JBuilder which provide u
design facility to get rid of all such head ack.

 
Didn't find what you were looking for? Find more on Frame Or get search suggestion and latest updates.




Tagged: