How to use ".ico" files Permanently deleted user Created June 03, 2018 15:57 Hi, is there any way to use .ico files?I can use .png files in my plugin project but .ico files couldnot display with this way. In Eclipse, i was able to do it with same code.
Hi Malek,
IDEA provides API for loading icons of SVG or PNG formats only. To work with other formats you should use JDK API (imageio) or third party libs. However, I'd advise that you convert your .ico files to png icons.
Thank you for the replay. I'll be use as png.