I am trying to make an Image Viewer using SWT where I want to display images on a canvas.On the click of “next” button I want the image on the canvas to change to the next image in the selected folder.Further, I want to draw rectangles on this image by using the rectangle bounds thats present in an xml file.How can I achieve this?Please help
Share
Here is a simple code for you (should be enhanced for image shrinking with correct aspect ratio, etc.. ;])