-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
fx2.0.2
When using the following settings to set the icons for the application launch. They work on windows but not on OSX
Image icon64 = new Image(getClass().getResource("flag-aud.png").toExternalForm());
stage.getIcons().addAll(icon64);
On OSX you just see the standard java icon.
Image icon64 = new Image(getClass().getResource("flag-aud.png").toExternalForm());
stage.getIcons().addAll(icon64);
On OSX you just see the standard java icon.
- relates to
-
JDK-8089304 Mac: implement App name using bundle and -Xdock:name and -Xdock:icon
-
- Open
-
-
JDK-8126338 Set icon on macos causes crash
-
- Closed
-