How do you align JTextField?

I'm trying to build a calculator applet to mimic the standard windows calculator but am having problems aligning the JTextField component to the top of the applet. Please Help!
[198 byte] By [GP343] at [2007-9-26 2:28:57]
# 1
Try using BorderLayout() and adding the JTextField to the BorderLayout.NORTH.hope this helps...durby
durby at 2007-6-29 9:45:25 > top of Java-index,Archived Forums,New To Java Technology Archive...