Did you try to set various sizes of the icons by Frame.setIconimages(List<Image> images) method? And what size is the image you try to show in the taskbar?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
So my problem is when wrapping my jar and giving it an icon it looks good on the desktop but not in the taskbar
I am using windows 10 pro
I attached the screenshots
I have the same problem. And the characteristics are the same
Did you try to set various sizes of the icons by
Frame.setIconimages(List<Image> images)method? And what size is the image you try to show in the taskbar?You need add in your frame code:
MyJFrame. setIconImage(new ImageIcon("Icono.png").getImage());