Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] modifying widget border after creation

Hi All,

I would need to modify the broder of a widget after creation. For example, a
composite created as:

Composite composite = new Composite(parent, SWT:NONE);

would like to display a border for it. 

Does anyone know how to do it. 

I just know to set the border in class instatiation  

Composite composite = new Composite(parent, SWT:BORDER);

but not modifying after.

Thanks in advance, 

Adolfo


Back to the top