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 2 of 2

Thread: Custom java shortcut icons won't stay

  1. #1
    Junior Member
    Join Date
    Apr 2021
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Custom java shortcut icons won't stay

    Hi! I'm having a problem with custom icons. When I create a shortcut from java and change that icon to my custom icon, it will stay for some time but after restarting computer it might just go back to original java icon. Also when i start the program from that shortcut it sometimes just change my icon back to java default icon. This happens in windows 10 and windows XP and with different java versions.

    Does anyone know how to make my icons for java shortcuts permanent?

  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: Custom java shortcut icons won't stay

    What is in the shortcut? What is in the target field of the Properties of the shortcut?
    Does it refer to a jar file or the java.exe program? Are you trying to change the icon for all shortcuts that use the java.exe program?

    What does this have to do with java programming?
    Have you tried asking this question on a forum for the OS that you are working on?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. how to stay focus learning java?
    By malayo in forum Totally Off Topic
    Replies: 3
    Last Post: October 27th, 2012, 11:10 PM
  2. Icons not visable?
    By frozen java in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 12th, 2011, 02:44 AM
  3. Replies: 1
    Last Post: September 15th, 2011, 07:50 AM
  4. Shortcut key to java JFrame
    By jakethesnake2x in forum What's Wrong With My Code?
    Replies: 2
    Last Post: May 28th, 2011, 07:32 PM
  5. Shortcut executed or in-background running Java application
    By xixixao in forum Java Theory & Questions
    Replies: 2
    Last Post: April 22nd, 2011, 04:33 AM