Blinking Tray Icon
问题 I know how to place an icon in window\'s systray using java, But what the best method to perform systray icon Blinking ? or if I can replace any icon time to time or at some event (while the application is running), Kindly share your experiences thanks in advance 回答1: there no issue to change Icon on some bases with output as blinking Icon create an Arrays of BufferedImage or Queue start Swing Timer on desired event and change BufferedImage or Icons on some period and to stop Swing Timer