I working on an SWT Tree where each TreeItem needs to have multiple images on it. Right now I am trying to do
treeItem.setImage(index, Image)
and trying to set multiple Images on a single TreeItem. But it doesn’t seem to work. What is this method about? Any help appreciated.
I don’t really see your problem. The following works perfectly for me: