I could not find CheckedListBox in Java SWT. Please, point me to a way of extending List
to support checkboxes.
Advertisement
Answer
I think you can try to use table instead of list. Look at this snippet
I could not find CheckedListBox in Java SWT. Please, point me to a way of extending List
to support checkboxes.
I think you can try to use table instead of list. Look at this snippet