Windows 上的 PNG TrayIcon 透明度
我正在尝试使用透明 PNG 作为我的 Java 应用程序的图标。 JFrame 和任务栏上的图像效果很好。 但是,当我将图像与 TrayIcon 一起使用时,我会在 PNG 边缘周围看到黑色哑光背景。
还有其他人遇到过这个问题吗? 我真的很想使用 PNG 而不是 GIF 或 JPEG。
I'm trying to use a transparent PNG as the icon for my Java application. The image on the JFrame and task bar work great. However, when I use the image with a TrayIcon, I get a black matte background around the edge of the PNG.
Has anybody else come across this issue? I would really like to use a PNG instead of GIF or JPEG.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 Java6,应使用 PNG 图片 < code>TrayIcon,但正如SO问题中提到的,检查:
java.awt.Image
)With Java6, a PNG picture should be used for
TrayIcon
, but as mentioned in this SO question, check:java.awt.Image
)