I have some Java code which uploads a file to the internet. I'd like it to be able to show a progress bar over top of its icon in the Windows taskbar. Like this:
Is there a way to do this in Java?
I have some Java code which uploads a file to the internet. I'd like it to be able to show a progress bar over top of its icon in the Windows taskbar. Like this:
Is there a way to do this in Java?