I want to write a tray icon via JavaFx, but I only find that can write by awt. Is there any way that can write it use JavaFx?
JavaFx
awt
It w
If you'd prefer to not use AWT directly, I've created a small project FXTrayIcon which translates JavaFX MenuItems to AWT MenuItems and abstracts away all of the ugly AWT bits. It's at least a small help until JavaFX supports this natively.
FXTrayIcon
See it on my GitHub page