I want to automatically do an action when the user clicks the balloon message which I pop from a TrayIcon with trayIcon.displayMessage().
Is this possible?
you can to add ActionListener to the Message in SystemTray
for example or here