Hi,
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...;-(