I use Buttons with Images in my SWT Gui and from time to time I have to disable them.
This lets SWT create an automatic disabled image from the colored image I placed previously on the button, and the disabled icon really does not really look pretty. I would like to place my own disabled image on the button, but I don’t find a way to do this.
Is there one?
I fixed my problem by modifying the Button class itself. It caches the disabled images now and reuses them when needed.