I have some issues on my gui. while selecting values selected in the combobox components(comboboxes)have to be removed and has to add some other components(comboboxes) in that exact place. but, removing components is fine. but, while adding the same it's adding components to the gui is not working. because it's adding some where else.
Kind of depends on what kind of layout you are using. It sounds like your add() methods are not the same? Are you using the same add() method for all your components? Could you post a little code? That may help.