lcaron / opal

Main repository for the Opal Project (SWT new widgets library)
50 stars 32 forks source link

Access to shell images #65

Closed vicenrico closed 7 years ago

vicenrico commented 7 years ago

Hello. I love your project but there is a problem for me. I'm using this library into my app, but I would like to change the icon's shell in a few dialogs. I've seen is private. I'm asking if I could access to the shell variable, in order to do shell.setImage(Img). Currently is showing the default icon that I would like to replace for the one of my app. Thanks in advance

lcaron commented 7 years ago

Hi Thank you for your support and your kind message. If you're talking about Dialog, you can access to the Shell of the Dialog() using the getShell() method.

I hope I answered your question

Laurent