[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Forms API
|
- From: Arkadiy <arc68@xxxxxxxxx>
- Date: Sat, 09 Oct 2004 08:44:08 +0900
- Newsgroups: eclipse.platform.rcp
- Organization: EclipseCorner
- User-agent: Mozilla Thunderbird 0.6 (X11/20040519)
Hi,
To draw a flat border around Text widget you can try this:
toolkit.adapt(textParentComposite);
toolkit.paintBordersFor(textParentComposite);
Arkadiy.