Is it possible to add Image to the Handlers created via the Handler Factory ? I see from the documentation and methods exposed via the Handler it allows to set the Label but setImage method is supressed or not visible to subclasses.
Is there any other way to set it ? Actions does have image option but i want to achieve the traditional way of doing just like windows menu where we have icons/menus attached to the sub-menus.
There is no setImage method, but there is addImage as you can associate different size of images with the same action handler and the appropriate size will be used depending on the presentation/platform.