JavaFX tray icon.

2021-07-24 Thread Davide Perini
Hi guys, will we ever see a tray icon support in JavaFX? I'm trying to style my tray icon PopupMenu with AWT but sincerely I'm not able to do it. Hope that JavaFX will support tray icon soon. Is there some hope to see tray icon in Java FX? Thanks Davide

Re: Tray Icon?

2020-08-01 Thread Michael Paus
implementations. In a modular JRE we shouldn’t need the Swing modules to have a system tray icon in a JavaFX app. Scott On Jul 31, 2020, at 7:34 PM, Scott Palmer wrote:  No you can’t. System tray support is something else, not an application icon in the start bar or doc. Scott On Jul 31, 2020

Re: Tray Icon?

2020-07-31 Thread Scott Palmer
supported by JavaFX without AWT/Swing. I think that requires some careful thought. Some of the code should be independent of the UI toolkit and it could be shared between the AWT and JavaFX implementations. In a modular JRE we shouldn’t need the Swing modules to have a system tray icon in a JavaFX

Re: Tray Icon?

2020-07-31 Thread Scott Palmer
14+ > >> Am 31.07.20 um 23:07 schrieb Davide Perini: >> Hi all guys, >> love JavaFX, it's so productive, so easy to use, can't understand why the >> world don't use it "for some tasks". >> >> I know that tray icon can be easily done with A

Re: Tray Icon?

2020-07-31 Thread Michael Paus
asks". I know that tray icon can be easily done with AWT but is there something for JavaFX? Is it possible to create a tray icon with JavaFX? Thanks Davide

Tray Icon?

2020-07-31 Thread Davide Perini
Hi all guys, love JavaFX, it's so productive, so easy to use, can't understand why the world don't use it "for some tasks". I know that tray icon can be easily done with AWT but is there something for JavaFX? Is it possible to create a tray icon with JavaFX? Thanks Davide

System tray icon in KDE Plasma 5

2015-07-21 Thread ярослав пронин
Hello. Previously, to create an icon in the system tray I used the AWT. But now it turns out that this method is not applicable to the KDE Plasma 5, they refused XEmbed. Whether it is possible implementation of SystemTray in JavaFX? --- Yaroslav Pronin