-
Bug
-
Resolution: Fixed
-
P3
-
6
-
None
-
b61
-
generic
-
generic
SystemTray javadoc has some example of code of how to use the API. The problem is
that SystemTray.add(TrayIcon) method was changed and now it may throw AWTException.
This is a checked exception and so it must be caught. The example of code doesn't
have an appropriate try-catch block and it can't be compiled.
that SystemTray.add(TrayIcon) method was changed and now it may throw AWTException.
This is a checked exception and so it must be caught. The example of code doesn't
have an appropriate try-catch block and it can't be compiled.