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
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
there no issue to change Icon on some bases with output as blinking Icon
create an
Arrays of BufferedImage
or Queuestart Swing Timer on desired event and change
BufferedImage
or Icons on some periodand to stop
Swing Timer
after some time remained or addActionListener
to theMessage
, another way could be determineLEFT
orRIGHT
mouse button fromMouseListener
( forIcon
inSystem Tray
) one for stop ofTimer
, second forJPopup
EDIT
for example, as I mentioned you can add ActionListener or MouseListener, there you can to stop Swing Timer