Setting the default application icon image in Java swing on OS X

前端 未结 5 2151
说谎
说谎 2020-12-06 02:10

I\'m trying to set the icon image for a Jar file:

setIconImage(new ImageIcon(getClass().getResource(\"logo.png\")).getImage());

When runnin

5条回答
  •  甜味超标
    2020-12-06 02:27

    as i have gone through your error its related to MacOS jdk which has started appearing after upgrade to 10.7.4

    go through this if this helps you :

提交回复
热议问题