JFrame and new LineBrake

Good morning all, I am currently a Computer Information System major student taking java for the first time and I would really use some guidance. I would like to know how to add new linebrake onto a JFrame or should I say the container. I would like to put a new after each label and textfield.

Please let me out with that. Thank you.

[347 byte] By [JavaPgramaWannaBa] at [2007-11-27 6:20:37]
# 1
Use an appropriate LayoutManager to arrange your components the way you want them. http://java.sun.com/docs/books/tutorial/uiswing/layout/using.html http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.htmlAnd just fyi, it's line break, not brake. :)
hunter9000a at 2007-7-12 17:35:59 > top of Java-index,Java Essentials,New To Java...