Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Problem: Java App’s System Try icon not showing after window login

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hello



I have java application it creates the system try icon in window OS.when I start manually it run fine. But now I put my

application to window startup mean my application should run when window boot without login.

But problem is my application started and perform there taskes but it not adding the system tray icon when some one login.

And even I notice that on window boot up my application is successfully creating the TrayIcon object ,creating MenuItem

,adding in popup and even adding the tray icon tray.add(trayIcon); even no any exception on window bootup,but when I login

It’s not showing on system try along with time, land card icons.



I want that it should create the try icon when some one login same like when we logged in lancard tray icon appears.





Thanks

Regards
Mudasser
 
Bartender
Posts: 4568
9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Duplicate of https://coderanch.com/t/591147/java/java/Java-App-System-Try-icon
 
Consider Paul's rocket mass heater.
    Bookmark Topic Watch Topic
  • New Topic