java - Application icon in the windows status bar -


when our eclipse rcp application launches, showing login page (provided eclipse framework, customized our requirement). when login page being shown, application icon in windows status bar not icon have provided in our application, instead eclipse icon. when login process completed (on successful login), icon in status bar getting updated icon have specified in our application.

how can change application icon icon provided when login page being displayed? don't want show eclise icon.

any pointers helpful

try set image on shell object login page. that:

fileinputstream fstream = new fileinputstream(new file("c:\\image.jpg"));    image image = new image(display, fstream); shell.setimage(image); 

hope helps.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -