[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Replace a component in a sashForm?
|
Hi all,
I have a SashForm with Composite objects in it, and I would like to change
one of these composite with another new Composite object, but I only can add
at the end of the sashform whereas I would like to replace an existing
component!
Indeed : Composite newComposite = new Composite(sashForm, SWT.NONE);
puts this new composite at the end of the sashForm ;(
Does anybody have an idea how acn I specify the place where to put a new
component in a sashForm?
Thanks for help!
Mathieu.