I want to re-arrange all the componets

Hi I am doing small application for that i want to rearrange the component when i maximize the frame. how to re-arrange the components. Plz give a clue
[172 byte] By [therathnaa] at [2007-11-26 19:20:40]
# 1
Define: rearrange? Do you mean resize? If yes, use an appropriate layout manager.
zadoka at 2007-7-9 21:39:07 > top of Java-index,Desktop,Core GUI APIs...
# 2
i meen i want re fresh the componetsIn Applet like repaint() , it calls the Paint()
therathnaa at 2007-7-9 21:39:07 > top of Java-index,Desktop,Core GUI APIs...
# 3
> i meen i want re fresh the componets> > In Applet like repaint() , it calls the Paint()You still aren't being clear. Resizing the frame will call repaint(). Please provide an example.
zadoka at 2007-7-9 21:39:07 > top of Java-index,Desktop,Core GUI APIs...
# 4
But manually coding group layout is a tedious job(I think). You can use Netbean IDE.
digibabaa at 2007-7-9 21:39:07 > top of Java-index,Desktop,Core GUI APIs...
# 5
Sorry, I thought resizing.
digibabaa at 2007-7-9 21:39:07 > top of Java-index,Desktop,Core GUI APIs...