[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to create horizantal separator as Label

Label(composite, SWT.HORIZONTAL | SWT.SEPARATOR)


Faisal wrote:
> Hi,
> 
> I want to use a separator as label. There is Label constructor in swt
> like Label(composite, SWT.SEPARATOR). But I find this separator appears
> vertically. I want to use separator that appears horizontally. Can
> anybody please help?
> 
> -Faisal
>