Search code examples
javaeclipse-rcpe4

Align logo right in Eclipse RCP coolbar


We are trying to implement an Eclipse RCP application with a branded logo in the top right. How can we place this in Eclipse RCP 4 on the right of the toolbar/coolbar?

We have tried putting it in the application.e4xmi file but without any success. Also coding in the Eclipse RCP is not that easy. How can we hook into the source of the Eclipse framework to do some special stuff?


Solution

  • Thanks to Greg-449 I have found a sollution. The tutorial on StackOverflow did the trick.