-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
8
-
None
I wanted to set the dock icon in Mac and expected it to work the same way as setting the taskbar icon in Windows 7, namely with:
stage.getIcons().add(myIcon).
However, it doesn't work. Instead the default Java coffe cup icon is in the dock.
After googling it turned out, that it can be done with a 3rd party library: com.apple.eawt.Application#setDockIcon
In fact that works, but I'd like to see stage.getIcons().add() work the same way.
stage.getIcons().add(myIcon).
However, it doesn't work. Instead the default Java coffe cup icon is in the dock.
After googling it turned out, that it can be done with a 3rd party library: com.apple.eawt.Application#setDockIcon
In fact that works, but I'd like to see stage.getIcons().add() work the same way.
- relates to
-
JDK-8090951 Mac: glass doesn't support -Dapple.awt.UIElement and -Xdock:name
-
- Open
-
-
JDK-8091517 Implement jep272 APIs that make sense in JavaFX
-
- Open
-