How to change executable jar file icon?

后端 未结 5 895
感情败类
感情败类 2020-12-01 12:34

I have been able to change the runtime icon using this example like this

getFrame().setIconImage(Toolkit.getDefaultToolkit().getImage(getClass()
.getClassLoa         


        
5条回答
  •  忘掉有多难
    2020-12-01 12:49

    A launch wrapper is the solution, I use launch4j, a cross platform lightweight wrapper

    launch4j website

提交回复
热议问题