Remove default JFrame icon

前端 未结 4 1256
慢半拍i
慢半拍i 2020-12-19 07:41

In my JFrame i have the default coffee icon. I want to remove it. But when i do setIconImage(null) it does\'t work. Can anyone tell me the solution as to how to completely r

4条回答
  •  独厮守ぢ
    2020-12-19 08:05

    Create icon that consists of one pixel (better transparent) and use it. If you need such icon contact me. I will send you.

提交回复
热议问题