开发者

How to create line like this

开发者 https://www.devze.com 2022-12-17 23:49 出处:网络
I would like to create horizontal line like this, using SWT: alt text http://img211.imageshack.us/img211/2810/swthorizontalline.pn开发者_高级运维g

I would like to create horizontal line like this, using SWT: alt text http://img211.imageshack.us/img211/2810/swthorizontalline.pn开发者_高级运维g

Of course, without red frame


If I remember well create a simple Label and as a second initialization argument pass this: SWT.SEPARATOR | SWT.HORIZONTAL.

0

精彩评论

暂无评论...
验证码 换一张
取 消