0

I have a simple java application that handles long lasting tasks. I want to show the progress in the windows task bar with a corresponding icon.

The software will run on Windows 7, Java 7/8. And obviously, I am aware of

Does Java change the icon when I re-execute the setIconImage or setIconImages during the runtime?

Markus
  • 763
  • 7
  • 24
  • 1
    The better solution is to find a library which does this nativly, [for example](https://stackoverflow.com/questions/2167037/windows-7-taskbar-progress-bar-in-java) and [example](https://stackoverflow.com/questions/7165484/task-bar-progress) – MadProgrammer Jul 25 '17 at 06:14
  • As to your actual question - have you tried? – MadProgrammer Jul 25 '17 at 06:15
  • @MadProgrammer: Not yet - but I will let you know – Markus Jul 25 '17 at 06:35

0 Answers0