Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

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

  1. #1
    Junior Member
    Join Date
    Aug 2012
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

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

    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
    Last edited by toaries; August 30th, 2012 at 02:05 AM.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

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

    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Aug 2012
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

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

    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

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

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

    Also crossposted at
    http://home.java.net/forum/topic/jdk...window-service
    http://stackoverflow.com/questions/1...r-window-login

    Although cross posting is allowed, for everyone's benefit, please read:
    http://www.javaprogrammingforums.com...s-posting.html

Similar Threads

  1. Replies: 1
    Last Post: August 29th, 2012, 09:35 AM
  2. Creating System Tray Icon WinXP
    By domezone in forum Java Theory & Questions
    Replies: 4
    Last Post: May 15th, 2012, 02:29 AM
  3. Loading icon GIF not showing properly
    By Nesh108 in forum AWT / Java Swing
    Replies: 18
    Last Post: December 14th, 2011, 06:46 PM
  4. window icon
    By luisp88 in forum AWT / Java Swing
    Replies: 6
    Last Post: September 29th, 2011, 01:56 PM
  5. How do I implement a login system in java using arrays
    By Leprechaun_hunter in forum What's Wrong With My Code?
    Replies: 4
    Last Post: September 21st, 2011, 08:03 AM

Tags for this Thread