[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: swapping composites


A simpler answer... just use compositeName.setVisibile(false) when you want to "move" the composite to the "back" and compositeName2.setVisible(true) to "move" the other composite to the "front."