-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
6
-
x86
-
windows_2000
I have added a tray icon to the system tray and I am displaying a message on Win2000 by calling TrayIcon.displayMessage(). When I click the message, the message disappears but no action event is triggered. As far as I understand, clicking the message should actually trigger ActionEvent.
This is reproducible only with current AWT PIT build (b47) and on previous builds, the display message itself was not shown. This is happening only on Win2000 and not on WinXP.
I have attached a sample test. Run the test. You would see a tray icon being added to the system tray. Click on 'DisplayMessage' button. Check whether an action event is shown on the console. If not shown, it is a bug.
This is reproducible only with current AWT PIT build (b47) and on previous builds, the display message itself was not shown. This is happening only on Win2000 and not on WinXP.
I have attached a sample test. Run the test. You would see a tray icon being added to the system tray. Click on 'DisplayMessage' button. Check whether an action event is shown on the console. If not shown, it is a bug.
- relates to
-
JDK-6302504 ActionEvent not triggered by the TrayIcon when clicking display message the first time, WinXP
-
- Closed
-
-
JDK-6268437 PIT: Clicking the DisplayMessage triggers Action Event - Must be documented
-
- Closed
-
-
JDK-6271569 SystemTray API requires update on some points
-
- Resolved
-