eman 22 0 Junior Poster in Training

I have a problem when I make GUI using SWT.
the ptoblem is
I want to remove all component except one from the shell at specific event.but I'm not preffered to use
setVisible(false) because the big numer of component which will remove .
how can I do that?