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
I know how to place an icon in window’s systray using java, But what
Share
there no issue to change Icon on some bases with output as blinking Icon
create an
Arrays of BufferedImageor Queuestart Swing Timer on desired event and change
BufferedImageor Icons on some periodand to stop
Swing Timerafter some time remained or addActionListenerto theMessage, another way could be determineLEFTorRIGHTmouse button fromMouseListener( forIconinSystem Tray) one for stop ofTimer, second forJPopupEDIT
for example, as I mentioned you can add ActionListener or MouseListener, there you can to stop Swing Timer