-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Won't Fix
-
Affects Version/s: fx2.0.2
-
Fix Version/s: None
-
Component/s: javafx
-
Labels:
-
Subcomponent:
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
-