View Revisions: Issue #1144
Summary | 0001144: Check if system tray is supported | ||
---|---|---|---|
Revision | 2021-01-15 20:41 by rijkr | ||
Description | IST: When accessing java.awt.SystemTray, an UnsupportedOperationException is thrown if SystemTray isn't supported by the current platform. SOLL-1: Check if SystemTray is supported by the current platform, before accessing it. SOLL-2: Use anchor NE as default if Java SystemTray is not supported. |
||
Revision | 2020-09-28 15:13 by rijkr | ||
Description | IST: When accessing java.awt.SystemTray, an UnsupportedOperationException is thrown if SystemTray isn't supported by the current platform. SOLL: Check if SystemTray is supported by the current platform, before accessing it. |