【发布时间】:2014-12-26 15:17:35
【问题描述】:
在关于 TrayIcon 的 setImage 方法的 Java 文档中(http://docs.oracle.com/javase/7/docs/api/java/awt/TrayIcon.html#setImage(java.awt.Image) 说:
If the image represents an animated image, it will be animated automatically.
但我无法在托盘图标中获得动画图像。
我已经使用 PNG 和 GIF 动画、32x32、64x64 和 128x128 组合进行了测试。但是没有人工作。
这些动画托盘图标图像是否有任何特定格式?
【问题讨论】:
标签: java animated-gif trayicon