删除默认的 JFrame 图标

2022-01-24 00:00:00 icons java swing jframe

在我的 JFrame 中,我有默认的咖啡图标.我想删除它.但是当我做 setIconImage(null) 它不起作用.谁能告诉我如何完全删除图标的解决方案

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 remove the icon

推荐答案

创建由一个像素组成的图标(更好的透明)并使用它.如果您需要这样的图标,请联系我.我发给你.

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

相关文章