Java SWT - placing image buttons on the image background
- by foma
I am trying to put buttons with images(gif) on the background which has already been set as an image (shell.setBackgroundImage(image)) and I can't figure out how to remove transparent border around buttons with images. I would be grateful if somebody could give me some tip about this issue.
Here is my code:
import org.eclipse.swt.widgets.*;…