|
From: Jan H. (JIRA) <no...@sp...> - 2008-08-05 07:47:09
|
[ http://jira.springframework.org/browse/RCP-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=38124#action_38124 ]
Jan Hoskens commented on RCP-565:
---------------------------------
Have you tried adding an iconResourcePath and messageSource to the splashscreen?
{code:xml}
<code
<bean id="splashScreen" class="org.springframework.richclient.application.splash.SimpleSplashScreen"
scope="prototype">
<property name="imageResourcePath" value="/org/springframework/richclient/samples/showcase/images/splash-screen.jpg" />
<property name="iconResourcePath" value="/org/springframework/richclient/images/misc/bkmrk_nav.gif" />
<property name="messageSource" ref="messageSource"/>
</bean>
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basenames">
<list>
<value>org.springframework.richclient.samples.showcase.ui.splash-messages</value>
</list>
</property>
</bean>
{code}
> Windows taskbar entry at startup is not configured
> --------------------------------------------------
>
> Key: RCP-565
> URL: http://jira.springframework.org/browse/RCP-565
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Affects Versions: 1.0.0
> Environment: Windows XP
> Reporter: Brad Maupin
>
> During application startup the application entry in Windows' task bar is blank and shows the Java icon - I'd like it to show the application's name and icon. Of course it would be fine to be able to set these seperately from the main window.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|