In Java documentation about TrayIcon's setImage method (http://docs.oracle.com/javase/7/docs/api/java/awt/TrayIcon.html#setImage(java.awt.Image) says:
If the image represents an animated image, it will be animated automatically.
But I can't get an animated image in the trayicon.
I've tested with PNG and GIF animated, 32x32, 64x64 and 128x128 combinations. But no one works.
Is there any specific format to thses animated tray icon images ?