Re: JavaFX System Tray Support

2020-04-22 Thread Sergey Bylokhov
On 4/22/20 6:39 am, Sebastian Stenzel wrote: Judging from the comments in the aforementioned issues it doesn't seem like we can expect anything to change on AWT side. This is why it has often been requested to create an alternative using JavaFX. [2] That said, it has always been postponed. Thi

JavaFX System Tray Support

2020-04-22 Thread Sebastian Stenzel
Hi all, I don't think I have to mention that java.awt.TrayIcon is a pretty outdated API with an especially bad implementation [1] on Linux that is only just kept alive at the mercy of distribution devs and in many cases SystemTray.isSupported() returns false despite there being a tray. Judging