-
Bug
-
Resolution: Fixed
-
P3
-
7
I am adding a tray icon to the system tray and I have added an action listener to it. Double clicking the icon triggers an action event and I am printing the time-stamp of when the action event occured, by calling getWhen(). on JDK7, tray icon always returns the same time-stamp. This is incorrect.
This is a regression introduced in jdk7-b07 and works fine on b06. This is reproducible only on win32 and not reproducible on SolSparc.
I have attached a sample test. Execute the sample test. You will see a tray icon added to the system tray. Double-click the tray icon a few times and check the action event printed on the console. If the same time-stamp is shown, the bug is reproduced.
This is a regression introduced in jdk7-b07 and works fine on b06. This is reproducible only on win32 and not reproducible on SolSparc.
I have attached a sample test. Execute the sample test. You will see a tray icon added to the system tray. Double-click the tray icon a few times and check the action event printed on the console. If the same time-stamp is shown, the bug is reproduced.