java - Use Image from outside plugin for splash screen in eclipse RCP -


currently loading splash screen image tool plugin.is possible load splash screen image outside plugin[from other hard drive path]?.my requirement give option user change splash screen image product itself.if possible please brief me example. in advance!

try create custom splash screen, using following thread example: eclipse rcp application - custom splash screen.

use following extention point register splashhandler:

<extension point="org.eclipse.ui.splashhandlers">    <splashhandler         class="com.example.application.splash.slideshowsplashhandler"         id="splash.slideshow">    </splashhandler>    <splashhandlerproductbinding         productid="com.example.application.product"         splashid="com.example.application.splash.slideshow">    </splashhandlerproductbinding> </extension> 

in splash handler create composite image, taken location, defined user.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -