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
That depends on the layout in your frame. GridLayout and BorderLayout always resize the components AFAIK GridBagLayout only if contstraints are set right.