-
SWT Transparent button
I would like to ask if is it possible to have transparent SWT buttons? You see, I was searching for the how-to on this one, but I only was able to find that Swing has this feature... Is button transparency supported by SWT? if it is, then how? Thanks!
-
Okay... i have just found out that it is not supported by SWT... But hopefully it will be in the near future.
But, as of the moment, are there GUI items that are clickable other than the buttons, radio buttons, checkboxes, etc... It's like the user can be able to click on an empty area, which is not actually empty at all... Thanks!
-
Hi..
I am not sure if this will work.. but just try using a label and adding a mouselistener to it...