[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Difference between Combo and CCombo

Sheetal wrote:
Hi All,

Can anybdy tell me whats d difference between Combo and CCombo in SWT.
I used both d Widgets but lookwise there is no difference.

Bascially, Combo is the native OS widget while CCombo is custom variation implemented in Java by SWT. Read the Javadocs for both classes to learn more.


Hope this helps,
Eric