TrayIcon
. Calling this method with a null
value has no effect. Note: The {@code MouseEvent}'s coordinates (received from the {@code TrayIcon}) are relative to the screen, not the {@code TrayIcon}.
Note: The MOUSE_ENTERED
and MOUSE_EXITED
mouse events are not supported.
Refer to AWT Threading Issues for details on AWT's threading model. @param listener the mouse listener @see java.awt.event.MouseEvent @see java.awt.event.MouseListener @see #removeMouseListener(MouseListener) @see #getMouseListeners
|
|
|
|
|
|