Looking at native desktop integration with JavaFX.  As I was exploring, I
noticed that the java.awt.Taskbar API does not appear to be available for
JavaFX Windows.

https://docs.oracle.com/javase/10/docs/api/java/awt/Taskbar.html#setWindowProgressState(java.awt.Window,java.awt.Taskbar.State)

Many of the other methods on this class (e.g. setting progress, custom
icons) work fine on macOS from my testing so far.

Is there any way to use the AWT methods from a JavaFX app?

Cheers,
-Will

Reply via email to