Is it possible to add action event handling to the displayed message that shows up when calling TrayIcon.displayMessage()
(the balloon message)? If so, how?
Asked
Active
Viewed 397 times
1
-
Probably a way right? What have you tried so far? any first-attempts at coding ? – Caffeinated Nov 12 '14 at 19:21
-
possible duplicate of [Handling a click over a balloon tip displayed with TrayIcon's ShowBalloonTip()](http://stackoverflow.com/questions/3181594/handling-a-click-over-a-balloon-tip-displayed-with-trayicons-showballoontip) – Dawnkeeper Nov 12 '14 at 19:22
-
1I have MouseListener for the trayIcon itself but i dont know how to add one for the balloon message – Yael Nov 12 '14 at 19:23
-
1Dawnkeeper - I need it for JAVA not C# – Yael Nov 12 '14 at 19:24
-
1@Yael It is Java, not 'JAVA'. – bcsb1001 Nov 12 '14 at 19:35
-
Does this answer your question? [How to capture trayicon.displayMessage() mouse click on the tooltip baloon](https://stackoverflow.com/questions/8459878/how-to-capture-trayicon-displaymessage-mouse-click-on-the-tooltip-baloon) – Sam Jun 09 '21 at 03:47