swt - Multiple tray icons when using TrayItem in Windows 10 -


i have standalone java based swt in front end application. contribute custom icon system tray menu using swt tray

trayitem.setimage(image); 

now whenever application closed, dispose of tray item. when system goes sleep , comes again, application running. when system comes again, application tries update tray item's image.

while updating image see multiple tray icons appear in system tray. number of icons keep on increasing many times applications wakes up.

unfortunately reproducible on windows 10 not on earlier versions. has experienced problem? don't have windows 10 system me. otherwise have written sample code reproduce it.


Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -