Style | Description |
SWT.LEFT | Creates a left-aligned CLabel |
SWT.CENTER | Creates a center-aligned CLabel |
SWT.RIGHT | Creates a right-aligned CLabel |
SWT.SHADOW_IN | Creates a CLabel that appears recessed into the screen |
SWT.SHADOW_OUT | Creates a CLabel that appears to extrude from the screen |
SWT.SHADOW_NONE | Creates a CLabel thtat appears to shadow |