Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] How to insert a Control into a composite using FillLayout


Note that swt usage questions like this should be asked on the eclipse.platform.swt newsgroup, not on this mailing list.

After creating your new Text you can use Text.moveAbove(...) or Text.moveBelow(...) to change its position in the layout order.

Grant


Back to the top