it would be a nice feature, if you could enable/disable
the menu -> don't show the menu if you right click the
icon. I have to do this on my own (return on the
beginning of the actionlistener...).
Thats a good idea. I could add a method to the
SysTrayListener interface like iconRightClicked(), which
would be called if the menu is disabled. This would enable
using a Swing menu as popup instead of the native one. With
a bit more work to do.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=607101
Thats a good idea. I could add a method to the
SysTrayListener interface like iconRightClicked(), which
would be called if the menu is disabled. This would enable
using a Swing menu as popup instead of the native one. With
a bit more work to do.