Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/HowTo/3.8/Branding the Swing Client

< Scout‎ | HowTo‎ | 3.8
Revision as of 09:57, 10 September 2012 by Unnamed Poltroon (Talk)

This tutorial describes how to brand the swing client.

Scout-branding-swing-client-logo.png

This image is defined in the plugin org.eclipse.scout.rt.client in the folder resources/icons (logo.png). To exchange this image, put your image to the resources folder in your swing plugin (e.g. org.example.logo.ui.swing) and add the extension org.eclipse.scout.rt.ui.swing.scouticons (logo) that points to your image.

Scout-branding-swing-client-plugin.xml.png]

Beside the logo, there are a few other icons that can be exchanged that way, for example the tray icon. Use the context menu New on the org.eclipse.scout.rt.ui.swing.scouticons node to see the other possible entries.

Back to the top