Hi all,
I just want to put a few images into a jface table view's cell, (they are
all 16*16).
But ITableLabelProvider only allow one image for a cell, can you help me?
And also, I tried to create a new image to put in (new image is
16*numOfImages*16), this image displayed in the cell, but it is stretched
to 16*16. Can jface table view display a non-square image?