Is there any way to change the default size of a javafx application icon?
I have an image that I intend to use as an application icon, but it turns out to be too small both in the upper left corner of the window and in the Tasks bar.
What have you tried? Edit the question and add your try or where you want to do it.
– user28595
This has to do with the image size of your icon, the OS reduces according to where it will be displayed. Even though your icon is 128x128 in the taskbar it will appear 32x32 for example.
I believe not, even have some bugs in JDK where people complain about the quality of the icons that JDK 8 puts. This was maracado for correction in java 9. Do you know any application that has a big icon?
No. The problem is that this icon ended up getting small because of the strokes, so I tried to find out if there was any way to increase the size a little bit. I guess it’ll stay that way anyway. Thank you!
What have you tried? Edit the question and add your try or where you want to do it.
– user28595
This has to do with the image size of your icon, the OS reduces according to where it will be displayed. Even though your icon is 128x128 in the taskbar it will appear 32x32 for example.
– Gustavo Fragoso
Yes, but is there no way to change this pattern? Not so much in the taskbar, I would need it more in the window itself created using javafx.
– Eduardo Toffolo
I believe not, even have some bugs in JDK where people complain about the quality of the icons that JDK 8 puts. This was maracado for correction in java 9. Do you know any application that has a big icon?
– Gustavo Fragoso
No. The problem is that this icon ended up getting small because of the strokes, so I tried to find out if there was any way to increase the size a little bit. I guess it’ll stay that way anyway. Thank you!
– Eduardo Toffolo