javacheckboxswtcheckboxlistcheckedlistbox

Java SWT CheckedListBox


I could not find CheckedListBox in Java SWT. Please, point me to a way of extending List to support checkboxes.


Solution

  • I think you can try to use table instead of list. Look at this snippet