No, we don’t have anything built in that supports this. You can write one of 
course using JNI although JNI unfortunately is a bit of a pain in the neck. You 
might be able to use JNA or another such library to make this easier (even the 
RoboVM project has some nice way of calling native from Java, maybe this could 
be use on OSX as well).

Richard

On Sep 25, 2014, at 3:07 AM, Manfred Karrer <m...@nucleo.io> wrote:

> I am new to that list, so sorry if that has been discussed already earlier.
> 
> Is there any support in JavaFX for native notifications. In OSX there is that 
> notification panel on the top right corner showing for instance incoming 
> mails as well a bouncing dock icon.
> I have found one JavaFX simulation for the notification panel 
> (https://github.com/HanSolo/Enzo) but it is not controlled by the OS so if 
> multiple other notifications come in they will overlay...
> 
> br,
> Manfred

Reply via email to