The system tray was deprecated in Ubuntu 11.04 in favour of the new AppIndicator. Since then, SWT applications couldn't show an icon unless the user used a whitelisting workaround included for backwards compatibility. Version 13.04 now removes that workaround, meaning SWT applications (which don't support appindicator) can no longer generate tray icons.
How do you guys go about making tray icon applications using Java? Preferably in a way that works both on Windows and Linux, and not necessarily with SWT any more. Thanks!