Increasing JPanel height programmatically

I want to increase the height of JPanel when a Jcomponent is dragged to the end of the JPanel and Vertical JScrollpane should also appear.Any suggestions how I can do this?
[186 byte] By [Sarjaya] at [2007-10-2 5:26:24]
# 1
jpanel.setPreferredSize(); and make sure your layout manager doesn't interfere
kloebera at 2007-7-16 1:28:11 > top of Java-index,Desktop,Core GUI APIs...