after googleing a bit im stuck in finding out which SWT. flags I can use for a composite. The reference here Ref does not give me any idea…e.g. the constructor details list NO_BACKGROUND, NO_FOCUS, NO_MERGE_PAINTS, NO_REDRAW_RESIZE, NO_RADIO_GROUP, EMBEDDED, DOUBLE_BUFFERED but you can also pass SWT.BORDER, and it has an effect. Maybe someone can tell me where to find, or, what keywords I should google. I used “swt composite styles” but…;-(
after googleing a bit im stuck in finding out which SWT. flags I can
Share
You can see that you can use
SWT.BORDERbecauseControlprovides it andCompositeis a subclass ofControl.As far as I see you can use the following in addition to those given in the documentation to
Composite:Scrollable:SWT.H_SCROLLSWT.V_SCROLLControl:SWT.LEFT_TO_RIGHTSWT.RIGHT_TO_LEFTSWT.BORDER