|
Relates :
|
|
|
Relates :
|
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.
|