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?