How to increase the height of the SOUTH area of a BorderLayout?

I would like to increase the height of the south area of a BorderLayout component. I have been searching everywhere and can't find any way to do it on the net. Can it be done?thxadam
[204 byte] By [adamjsawyera] at [2007-10-2 4:04:41]
# 1
The size is based on the size of the components in that area. If you want those components bigger, make them bigger.Read this: http://java.sun.com/docs/books/tutorial/uiswing/layout/using.html
gweedoa at 2007-7-15 23:27:19 > top of Java-index,Desktop,Core GUI APIs...