Resize Panel with fixed width:height ratio

Hi,My JFrame contains a JPanel which displays an image. The JFrame use GridBag layout. When the JFrame is resized, the JPanel is also resized. But I want the ratio of JPanel to be fixed. How can I do that?Thanks,Aven
[244 byte] By [Aven_02a] at [2007-10-3 3:19:04]
# 1
by using the proper constraints
Michael_Dunna at 2007-7-14 21:10:57 > top of Java-index,Desktop,Core GUI APIs...