[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[ews.eclipse.technology.rap] Re: How to put icon on application's title bar ?

Hi,

in a regular RCP application you would use the branding (don't mix this with RAP branding functions).
As this is not yet possible with RAP you can use the following snippet:


IWorkbenchWindow window = ...
window.getShell().setImage( ... )

Greets
  Benny

Setya wrote:
Hi,

I can't find any way to put icon on application's title bar, is it really doable at the moment ?

Best Regards,

Setya