I would like to create horizontal line like this, using SWT:
Of course, without red frame
I would like to create horizontal line like this, using SWT:
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
.