Creating tray icon using JavaFX

sappy picture sappy · Nov 13, 2016 · Viewed 15.4k times · Source

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?

It will look like these tray icons from Windows 10:

enter image description here

Answer

Ayaskant Mishra picture Ayaskant Mishra · Nov 13, 2016

If this is to be believed, JavaFX will feature tray icons in a future update. Till then stick to AWT. Keep track of the development using this thread on the JDK bug system. Hope this helps.