Re: JavaFX support for native notifications

2014-09-25 Thread Richard Bair
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

JavaFX support for native notifications

2014-09-25 Thread Manfred Karrer
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 simulatio