[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Forms API

Hi,


To draw a flat border around Text widget you can try this:

	toolkit.adapt(textParentComposite);
	toolkit.paintBordersFor(textParentComposite);


Arkadiy.