Improvement #1997
allow custom application icon
Start date:
11.03.2018
Due date:
% Done:
0%
Estimated time:
origin:
Description
In order to provide for simple application icon customization of the z2 gui, a system property is to be supplied that allows to specify an icon, either as classpath resource or file relative to Z2_HOME.
In the case of a classpath resource, the property should adhere to "classpath:<path>", in the case of a file, the property should indicate "file:<path>".
See also https://stackoverflow.com/questions/19927509/set-icon-for-executable-jar-file
Updated by Henning Blohm over 6 years ago
- Status changed from New to Resolved
Application icons are added in launching/src/icons/app.
Can be exchanged when needed.
Not implementing custom config for icon.