Images can be loaded from image files or they can be drawn in memory.
Image image = new Image(Display.getCurrent(), width, height);
GC gc = new GC(image);
gc.dispose();
/, table/tree:
TableItem item = ...
item.setImage(theImage);
: Windows . , , . , .
, .
, , API /, , .