Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT 3.0M8 Table widget


Hélène,

(in the future please ask questions like this on the swt newsgroup, thanks)

You probably need to invoke either setWidth(int) or pack() on your table columns.  You can find many example Table snippets at http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html#snippets .

Grant

Back to the top