Skip to content
Advertisement

Java SWT CheckedListBox

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

Advertisement