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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -