How to resize

Hi all,I got a problem. When user resizes the frame (window) all the components in the Frame(window) should automatically resize to occupy the Frame (window). thanks in advance.kamal
[243 byte] By [kamal_jdk] at [2007-9-26 2:14:55]
# 1
That depends on the layout in your frame. GridLayout and BorderLayout always resize the components AFAIK GridBagLayout only if contstraints are set right.
arcosh at 2007-6-29 9:11:26 > top of Java-index,Desktop,Core GUI APIs...